From 8e074753bbf93f5c74b777847c13358c97c7b66a Mon Sep 17 00:00:00 2001 From: Jimmy GALLAND Date: Sun, 27 Jul 2025 20:43:50 +0200 Subject: [PATCH] fix module --- all/usr/bin/fix-qemu-layout.sh | 4 +++- src/compile.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/all/usr/bin/fix-qemu-layout.sh b/all/usr/bin/fix-qemu-layout.sh index c6baa75..649c389 100644 --- a/all/usr/bin/fix-qemu-layout.sh +++ b/all/usr/bin/fix-qemu-layout.sh @@ -2,4 +2,6 @@ rm -f /usr/local/bin/qemu-system-x86_64 cp -vf /usr/bin/launcher.dat /usr/local/bin/qemu-system-x86_64 -chmod 755 /usr/local/bin/qemu-system-x86_64 \ No newline at end of file +cp -vf /usr/bin/fix-qemu-layout.sh /usr/local/bin/fix-qemu-layout.sh +chmod 755 /usr/local/bin/qemu-system-x86_64 +chmod 755 /usr/local/bin/fix-qemu-layout.sh \ No newline at end of file diff --git a/src/compile.sh b/src/compile.sh index 6bf7488..523c05a 100644 --- a/src/compile.sh +++ b/src/compile.sh @@ -1 +1 @@ -docker run --rm -v "$PWD":/src -w /src gcc gcc launcher.c -o qemu-system-x86_64 +docker run --rm -v "$PWD":/src -w /src gcc gcc launcher.c -o ../all/usr/bin/launcher.dat