forked from pool/Modules
326462fd2c
- too many changes to put into changelog please read Changelog in /usr/share/doc/packages/Modules-doc/ChangeLog (installed from Modules-doc package) - removed return.patch - removed share.patch - reworked return.patch and renamed to modules-4.1.2-return.patch - reworked fixing-bashisms patch for current version OBS-URL: https://build.opensuse.org/request/show/597233 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/Modules?expand=0&rev=23
13 lines
449 B
Diff
13 lines
449 B
Diff
Index: compat/ModuleCmd_Avail.c
|
||
===================================================================
|
||
--- compat/ModuleCmd_Avail.c.orig 2018-03-31 18:22:47.000000000 +0200
|
||
+++ compat/ModuleCmd_Avail.c 2018-04-16 21:08:24.521845828 +0200
|
||
@@ -690,6 +690,7 @@ static int check_cache( char *dir)
|
||
|
||
static int test_version_dir( struct dirent *dp)
|
||
{
|
||
+ return 0;
|
||
}
|
||
/*++++
|
||
** ** Function-Header ***************************************************** **
|