[open-ils-commits] r12401 - trunk/Open-ILS/xul/staff_client (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 4 11:30:57 EST 2009


Author: phasefx
Date: 2009-03-04 11:30:55 -0500 (Wed, 04 Mar 2009)
New Revision: 12401

Modified:
   trunk/Open-ILS/xul/staff_client/Makefile.am
Log:
less noise

Modified: trunk/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile.am	2009-03-04 15:26:40 UTC (rev 12400)
+++ trunk/Open-ILS/xul/staff_client/Makefile.am	2009-03-04 16:30:55 UTC (rev 12401)
@@ -59,7 +59,7 @@
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.xml' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
 
 bundle:
-	@tar cvf build.tar build/
+	@tar cf build.tar build/
 	@mv build.tar build/
 
 generated:



More information about the open-ils-commits mailing list