diff options
author | John Terpstra <jht@samba.org> | 1998-12-27 22:31:50 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1998-12-27 22:31:50 +0000 |
commit | 13ab117535764f7279521ef97d994238e2796143 (patch) | |
tree | 47d3dc8a4d9cc9c0cad9507295bcce97ec067342 /packaging | |
parent | 475e2c1a353c903bffc073f821bb544031af4bc8 (diff) | |
download | samba-13ab117535764f7279521ef97d994238e2796143.tar.gz samba-13ab117535764f7279521ef97d994238e2796143.tar.bz2 samba-13ab117535764f7279521ef97d994238e2796143.zip |
Modified packaging-prep script to remove use of "rm -f *".
(This used to be commit 1d9540bfc00381cd86f47e5673d902352e9f4b55)
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/Digital/package-prep | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/Digital/package-prep b/packaging/Digital/package-prep index 77bacd0472..a1d3827553 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 |