summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruce Zhang2019-05-20 22:06:26 +0800
committerBruce Zhang2019-05-20 22:06:26 +0800
commitf5d1b5d35b6a0492c54a44cc6f7c07b95b0f1af3 (patch)
treede0988c111745e34e29f24c5d7bdfec65a87d4a3 /PKGBUILD
parent74c947df08eb960f3efc6742e01658be2b95ee72 (diff)
downloadaur-f5d1b5d35b6a0492c54a44cc6f7c07b95b0f1af3.tar.gz
generate writable static dir
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 683e46139036..df0564dfb2c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=majsoul-plus
pkgver=1.12.0b4
_pkgver=${pkgver/b/-beta.}
-pkgrel=3
+pkgrel=4
pkgdesc="Majsoul browser, with more features"
arch=('x86_64' 'i686')
url="https://github.com/MajsoulPlus/majsoul-plus"
@@ -44,6 +44,8 @@ package() {
cd "build/unpacked/Majsoul_Plus-linux-$targetArch/resources/app"
find . -type f -exec install -Dm644 {} "$pkgdir/usr/share/majsoul-plus/app/{}" \;
+ mkdir "$pkgdir/usr/share/majsoul-plus/app/static"
+ chmod a+w "$pkgdir/usr/share/majsoul-plus/app/static"
for size in 16 24 32 48 64 72 128 256; do
target="$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/"