fixed tar command line
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 May 2000 05:43:02 +0000 (05:43 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 May 2000 05:43:02 +0000 (05:43 +0000)
(This used to be commit b022e6ab9785588fd4123ae4d819936fb5bfdbdc)

examples/appliance/build.sh

index 914a7d228eeaffa047f1c918881496a61b22ead7..a075742935713a2d0988cc16f94697471fbca37e 100755 (executable)
@@ -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