From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 23 Mar 2010 16:35:52 +0000 (+0000)
Subject: exclude server/ from build.tar with the bundle target, but likely limits us to GNU tar
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=45c23f9d45b6c26860753450c0ca34b950b1740e;p=evergreen%2Fmasslnc.git

exclude server/ from build.tar with the bundle target, but likely limits us to GNU tar

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15939 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am
index 491b6d8590..ec726ee8fe 100644
--- a/Open-ILS/xul/staff_client/Makefile.am
+++ b/Open-ILS/xul/staff_client/Makefile.am
@@ -85,7 +85,7 @@ bell:
 
 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