diff options
| -rw-r--r-- | scripts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 16f657f58..bc73840b0 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -22,7 +22,7 @@ package() { mkdir -p "${pkgdir}/usr/share" cp -r "./xmake" "${pkgdir}/usr/share/" install -Dm755 ./core/src/demo/demo.b "${pkgdir}/usr/share/xmake/xmake" - echo "#/!bin/bash + echo "#!/bin/bash export XMAKE_PROGRAM_DIR=/usr/share/xmake /usr/share/xmake/xmake \"\$@\" " > ./xmake.sh |
