summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1998-12-27 22:30:33 +0000
committerJohn Terpstra <jht@samba.org>1998-12-27 22:30:33 +0000
commit80dfe5dcbc6f327be4ba1f2871ac84e282c9de9d (patch)
tree165b89bb649cfb6d04b704defe7d66f7007acb3a /packaging
parentca06d8a2316b0f36fc25a3ac000cb9249a60ea22 (diff)
downloadsamba-80dfe5dcbc6f327be4ba1f2871ac84e282c9de9d.tar.gz
Modified packaging-prep so as to avoid 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