Skip to content

Commit

Permalink
Update build_chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 8, 2024
1 parent 2483130 commit a660886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ mv * ../aarch64-linux-gnu/
mv ../aarch64-linux-gnu ../lib/aarch64-linux-gnu
mkdir -p ../../etc/system/systemd
ls -a ../../../../
mv ../../../../h264_decode.service ../../etc/system/systemd/
mv ../../../../Header.h264 ../usr/local/bin
mv /opt/additionalFiles/h264_decode.service ../../etc/system/systemd/
mv /opt/additionalFiles/Header.h264 ../usr/local/bin
cd ../../../
fpm -a arm64 -s dir -t deb -n mpp-rk3566 -v 1.1 -C mpp-package -p mpp-rk3566_VERSION_ARCH.deb
echo "copied deb file"
Expand Down

0 comments on commit a660886

Please sign in to comment.