From 46e67364ac4f456500fe9a0107b7f7f2d2b1fb14 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:05:46 +0200 Subject: [PATCH] Update build_chroot.sh --- build_chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_chroot.sh b/build_chroot.sh index 96d0350..1f007cc 100644 --- a/build_chroot.sh +++ b/build_chroot.sh @@ -11,7 +11,7 @@ gem install fpm git clone https://github.com/rockchip-linux/mpp.git cd mpp sudo cmake --build build --target install - +cd .. cmake -B build sudo cmake --build build --target install