Modified packaging-prep script to remove use of "rm -f *".
authorJohn Terpstra <jht@samba.org>
Sun, 27 Dec 1998 22:31:50 +0000 (22:31 +0000)
committerJohn Terpstra <jht@samba.org>
Sun, 27 Dec 1998 22:31:50 +0000 (22:31 +0000)
packaging/Digital/package-prep

index 77bacd0472745d28027aef23742e50e88c275c0b..a1d3827553c4195ff7c7b169e4507bbde9d3fdaf 100755 (executable)
@@ -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