fixed moving built package to the correct output directory

This commit is contained in:
Joel Klimont 2022-12-18 15:08:20 +01:00
parent b95b9bf518
commit 671292a6cf
2 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,4 @@ DEB="empty"
source build_deb.sh
echo "Ran build deb, created: $DEB"
mv $DEB ../output
mv $DEB ./output