From 45c23f9d45b6c26860753450c0ca34b950b1740e Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 23 Mar 2010 16:35:52 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2