summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2016-09-03 10:01:47 -0300
committerRafael Fontenelle2016-09-03 10:01:47 -0300
commit2fafce8772fd0d4c2b45b0cd03875802778bc46b (patch)
tree390aeb7a9ad30f50090bb4c5141ce0929b6b05ed /PKGBUILD
parentfddc5e02f7008b8d81961aa72c24b0c1ed3589ee (diff)
downloadaur-2fafce8772fd0d4c2b45b0cd03875802778bc46b.tar.gz
Nicer solution for doc installation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b26e46d9f57c..454821f789ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ md5sums=('SKIP')
prepare(){
cd $pkgname-$_release
- sed -i 's|${prefix}/doc|${prefix}/share/doc|' Makefile.am
+ sed -i 's|${prefix}/doc|${docdir}|' Makefile.am
}
build() {