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

Modified packaging-prep script to remove use of "rm -f *".

(This used to be commit 1d9540bfc0)
This commit is contained in:
John Terpstra 1998-12-27 22:31:50 +00:00
parent 475e2c1a35
commit 13ab117535

View File

@ -16,9 +16,8 @@ cp -pr man ../
rm -rf man
cd $NOWDIR
tar cvf install.tar usr var
cd samba-2.0.0/source/bin
rm -f *
cd ..
cd samba-2.0.0/source
rm -f ../source/bin/*
make clean
cd ../..
tar cvf samba-2.0.0.tar samba-2.0.0