summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Heinrich2020-09-27 13:06:27 +0000
committerJonas Heinrich2020-09-27 13:06:27 +0000
commit6500e56d6b5e60115ac891ab0f094acf1538d3e1 (patch)
treef6b977b7fedac71ee6add6be21e2a3b03f676a7e /PKGBUILD
parent38e2c4c1a39ef3d81d30ac643f26b9d457aaf73a (diff)
downloadaur-dokuwiki-template-argon.tar.gz
fix installation path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14fccc9aabed..4cc48d7a53d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dokuwiki-template-argon
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Dokuwiki Template based on the Argon Design System"
arch=('any')
url="https://www.dokuwiki.org/template:argon"
@@ -15,6 +15,6 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/IceWreck/Argon-Dokuwiki
sha512sums=('529a990b4f765b026412df4a54d7b1dc9445c37ae0a301b1189b224a54841e94b64a2c169627d3f6e718f491b8d598985487812daed272b5d2aa50e61439946d')
package() {
- install -d "${pkgdir}/usr/share/webapps/dokuwiki/lib/tpl"
- cp -a "${srcdir}/Argon-Dokuwiki-Template-${pkgver}" "${pkgdir}/usr/share/webapps/dokuwiki/lib/tpl/argon"
+ install -d "${pkgdir}/var/lib/dokuwiki/tpl"
+ cp -a "${srcdir}/Argon-Dokuwiki-Template-${pkgver}" "${pkgdir}/var/lib/dokuwiki/tpl/argon"
}