public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/bioapi/files: bioapi-1.2.3-no-delete.patch
@ 2009-03-08 19:49 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-03-08 19:49 UTC (permalink / raw
  To: gentoo-commits

vapier      09/03/08 19:49:10

  Added:                bioapi-1.2.3-no-delete.patch
  Log:
  Do not let mod_install delete symlinks as that is the job of portage.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-auth/bioapi/files/bioapi-1.2.3-no-delete.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/bioapi/files/bioapi-1.2.3-no-delete.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/bioapi/files/bioapi-1.2.3-no-delete.patch?rev=1.1&content-type=text/plain

Index: bioapi-1.2.3-no-delete.patch
===================================================================
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 )






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-08 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-08 19:49 [gentoo-commits] gentoo-x86 commit in sys-auth/bioapi/files: bioapi-1.2.3-no-delete.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox