summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1998-12-27 22:31:50 +0000
committerJohn Terpstra <jht@samba.org>1998-12-27 22:31:50 +0000
commit1d9540bfc00381cd86f47e5673d902352e9f4b55 (patch)
tree51679afacd4e5aefbe9271f8527e3c1088e01b1c /packaging
parentbf2b97f5905419cdfe43b0f0f1f3b7b85881711a (diff)
downloadsamba-1d9540bfc00381cd86f47e5673d902352e9f4b55.tar.gz
Modified packaging-prep script to remove use of "rm -f *".
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/Digital/package-prep5
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/Digital/package-prep b/packaging/Digital/package-prep
index 77bacd04727..a1d3827553c 100755
--- a/packaging/Digital/package-prep
+++ b/packaging/Digital/package-prep
@@ -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