summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2017-04-02 10:42:41 +0000
committerruki <[email protected]>2017-04-02 10:42:41 +0000
commit9d0992684961d49be8a0e3466ab445bff40d7ae9 (patch)
treee15e51ecc882cc8e4f670adfab848ed552d970ba /scripts
parent0f4f860a6d0db4d4a62bdbe88c8cd8a57e1df9e8 (diff)
update PKGBUILD
Diffstat (limited to 'scripts')
-rw-r--r--scripts/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index ed1ddaf32..55f807b88 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -21,7 +21,7 @@ package() {
cd "$srcdir/${pkgname}-${pkgver}"
mkdir -p "${pkgdir}/usr/share"
cp -r "./xmake" "${pkgdir}/usr/share/"
- install -Dm755 `find ./core/bin/demo.pkg/bin/linux/ -name "demo.b"` "${pkgdir}/usr/share/xmake/xmake"
+ install -Dm755 ./core/src/demo/demo.b "${pkgdir}/usr/share/xmake/xmake"
echo "#/!bin/bash
export XMAKE_PROGRAM_DIR=/usr/share/xmake
/usr/share/xmake/xmake \"\$@\"