summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index 25deb0215..0037ce63d 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -19,6 +19,7 @@ build() {
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"
echo "#/!bin/bash