1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

fixed tar command line

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 14fccd68fa
commit b022e6ab97

View File

@ -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