[med-svn] r7480 - trunk/packages/biomaj-watcher/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Fri Aug 19 12:49:01 UTC 2011


Author: osallou-guest
Date: 2011-08-19 12:49:00 +0000 (Fri, 19 Aug 2011)
New Revision: 7480

Modified:
   trunk/packages/biomaj-watcher/trunk/debian/postinst
Log:
symlink fail with tomcat

Modified: trunk/packages/biomaj-watcher/trunk/debian/postinst
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/postinst	2011-08-19 11:42:52 UTC (rev 7479)
+++ trunk/packages/biomaj-watcher/trunk/debian/postinst	2011-08-19 12:49:00 UTC (rev 7480)
@@ -44,7 +44,7 @@
 
       #cp /usr/share/biomaj/lib/biomaj.jar /var/lib/tomcat6/shared/
       rm -f /var/lib/tomcat6/shared/biomaj.jar
-      ln -s /usr/share/biomaj/lib/biomaj.jar /var/lib/tomcat6/shared/biomaj.jar
+      cp /usr/share/biomaj/lib/biomaj.jar /var/lib/tomcat6/shared/biomaj.jar
 
 
       chown -R tomcat6 /etc/biomaj/db_properties




More information about the debian-med-commit mailing list