Small refactoring

This commit is contained in:
zador-blood-stained 2017-08-01 21:53:42 +03:00
parent 82550db53f
commit a39390da23

View File

@ -213,7 +213,7 @@ create_board_package()
# create board DEB file
display_alert "Building package" "$CHOSEN_ROOTFS" "info"
(cd $SRC/.tmp/${RELEASE}; dpkg -b $(basename $destination))
dpkg-deb -b $destination ${destination}.deb
mkdir -p $DEST/debs/$RELEASE/
mv ${destination}.deb $DEST/debs/$RELEASE/
# cleanup