mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-13 01:00:02 +00:00
Move rather than copy output debs
This commit is contained in:
parent
4540354ff2
commit
b620838189
@ -21,7 +21,7 @@ else
|
||||
rm -rf $PKGNAME.egg-info dist setup.py
|
||||
rm -rf $(find deb_dist -mindepth 1 -maxdepth 1 -type d)
|
||||
if [ ! -z "$1" ]; then
|
||||
cp deb_dist/* $1/
|
||||
mv deb_dist/* $1/
|
||||
fi
|
||||
fi
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user