summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-12 05:43:02 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-12 05:43:02 +0000
commitb022e6ab9785588fd4123ae4d819936fb5bfdbdc (patch)
tree7fc58b0b42578e06f776fc6171ae0abb617c03ba /examples
parent14fccd68fa2f3ea38dba8da512386f334129fcd1 (diff)
downloadsamba-b022e6ab9785588fd4123ae4d819936fb5bfdbdc.tar.gz
samba-b022e6ab9785588fd4123ae4d819936fb5bfdbdc.tar.xz
samba-b022e6ab9785588fd4123ae4d819936fb5bfdbdc.zip
fixed tar command line
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/appliance/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/appliance/build.sh b/examples/appliance/build.sh
index 914a7d228ee..a0757429357 100755
--- a/examples/appliance/build.sh
+++ b/examples/appliance/build.sh
@@ -4,5 +4,5 @@ for dir in SOURCES RPMS/i386 SRPMS BUILD; do
mkdir -p /tmp/$dir
done
-tar --exclude=CVS cfz /tmp/SOURCES/samba-appliance-0.1-src.tar.gz samba-appliance-0.1
+tar --exclude=CVS -czf /tmp/SOURCES/samba-appliance-0.1-src.tar.gz samba-appliance-0.1
rpm -ba appliance.spec