[cvs-annodex] commit (/annodex): AnnodexFirefoxExtension/trunk/Installer/MakeFirefoxXPI.sh

andre nobody at lists.annodex.net
Mon Feb 28 15:47:39 EST 2005


Update of /annodex (new revision 981)

Modified files:
   AnnodexFirefoxExtension/trunk/Installer/MakeFirefoxXPI.sh

Log Message:
AnnodexFirefoxExtension:
 * Don't rely on GNU cp-specific options in installer scripts



Modified: AnnodexFirefoxExtension/trunk/Installer/MakeFirefoxXPI.sh
===================================================================
--- AnnodexFirefoxExtension/trunk/Installer/MakeFirefoxXPI.sh	2005-02-28 02:13:50 UTC (rev 980)
+++ AnnodexFirefoxExtension/trunk/Installer/MakeFirefoxXPI.sh	2005-02-28 04:47:38 UTC (rev 981)
@@ -10,7 +10,7 @@
 rm -rf chrome
 
 mkdir -p chrome
-cp -a ../chrome/afeview chrome/
+cp -Rp ../chrome/afeview chrome/
 
 setopt nullglob
 rm -rf chrome/**/.svn chrome/**/.*.sw?
@@ -25,7 +25,7 @@
 
 rm -rf components
 mkdir -p components
-cp -a ../components/ANXLoader.js components/
+cp -Rp ../components/ANXLoader.js components/
 
 # prep the xpi file
 


-- 
andre



More information about the cvs-annodex mailing list