2
0
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:
Jarrod Johnson 2019-02-05 10:36:06 -05:00
parent 4540354ff2
commit b620838189

View File

@ -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