From 671292a6cf9a0874e8fa749b880bda4aadc56942 Mon Sep 17 00:00:00 2001 From: Joel Klimont Date: Sun, 18 Dec 2022 15:08:20 +0100 Subject: [PATCH] fixed moving built package to the correct output directory --- README.md | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 381e0fb..0c64463 100644 --- a/README.md +++ b/README.md @@ -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/ -(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) diff --git a/build.sh b/build.sh index f9f3020..670cd27 100644 --- a/build.sh +++ b/build.sh @@ -6,4 +6,4 @@ DEB="empty" source build_deb.sh echo "Ran build deb, created: $DEB" -mv $DEB ../output +mv $DEB ./output