[open-ils-commits] r15939 - trunk/Open-ILS/xul/staff_client (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 23 12:35:56 EDT 2010
Author: phasefx
Date: 2010-03-23 12:35:52 -0400 (Tue, 23 Mar 2010)
New Revision: 15939
Modified:
trunk/Open-ILS/xul/staff_client/Makefile.am
Log:
exclude server/ from build.tar with the bundle target, but likely limits us to GNU tar
Modified: trunk/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile.am 2010-03-23 16:35:01 UTC (rev 15938)
+++ trunk/Open-ILS/xul/staff_client/Makefile.am 2010-03-23 16:35:52 UTC (rev 15939)
@@ -85,7 +85,7 @@
bundle:
@rm -f build/build.tar
- @tar cf build.tar build/
+ @tar -c --exclude=server -f build.tar build/
@mv build.tar build/
@md5sum build/build.tar > build/build.tar.md5
More information about the open-ils-commits
mailing list