diff options
| author | ruki <[email protected]> | 2019-04-06 00:51:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-04-05 23:10:25 +0800 |
| commit | 1713bf7fde1e389aa4c27655155bd97c61d6a32a (patch) | |
| tree | 6d25fe68c2455f2aad6398aabcd1168fe9571392 /scripts | |
| parent | 9542305e19e902f7fa9e197c71ffe16ce5fe5a3e (diff) | |
fix PKGBUILD
Diffstat (limited to 'scripts')
| -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 |
