fixed moving built package to the correct output directory
This commit is contained in:
parent
b95b9bf518
commit
671292a6cf
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -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
|
||||||
|
|
Reference in a new issue