You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/bioapi/files/bioapi-1.2.3-no-delete.patch

16 lines
504 B

do not delete the installed symlink -- let the package manager handle that
--- bioapi-linux/apps/mod_install/install.c
+++ bioapi-linux/apps/mod_install/install.c
@@ -496,10 +496,6 @@
}
else if ( Action == INSTALL_ACTION_UNINSTALL )
{
-/* Linux-Port: Added the Linux branch */
-#if defined (LINUX) || defined (SOLARIS)
- DeleteFile(szDstPath);
-#endif
printf( "Module uninstalled successfully.\n" );
}
else if ( Action == INSTALL_ACTION_REFRESH )