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

@ -43,4 +43,4 @@ ffmpeg -f v4l2 -framerate 30 -video_size 640x480 -i /dev/video0 -b:v 2M -f flv
https://www.raspberrypi.com/news/bullseye-camera-system/ https://www.raspberrypi.com/news/bullseye-camera-system/
(This can still be mitigated by enabling "old camera support" in der raspi-config settings. (This is eine automatically in der postinstallscript) (This can still be mitigated by enabling "old camera support" in the raspi-config settings. (This is done automatically in the postinstallscript)

View file

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