diff options
| author | ruki <[email protected]> | 2017-03-31 09:28:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-31 09:28:27 +0800 |
| commit | 61ba954332d48aea024ec0585adec740df414094 (patch) | |
| tree | 4c381f232e0b4a5064a760c7c82a2af332b0e846 /scripts | |
| parent | a3feda517c9f9cfc6dca04278a96c2671510511b (diff) | |
fix PKGBUILD
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/PKGBUILD | 1 |
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 |
