summaryrefslogtreecommitdiff
path: root/community/zathura-ps/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-21 16:19:09 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-21 16:19:09 -0300
commit6cfdf260dd579c730267c9588c695313279d3fab (patch)
tree059f1f461cbe4a4ea8b8d1296411f7393cfb4de5 /community/zathura-ps/PKGBUILD
parent6a9002279308864d7a5be176049268c45d87d201 (diff)
parent1bfe053fe69237a0413f791c7af5515f25264eee (diff)
Merge branch 'master' of ssh://gparabola/abslibre-mips64el
Diffstat (limited to 'community/zathura-ps/PKGBUILD')
-rw-r--r--community/zathura-ps/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/zathura-ps/PKGBUILD b/community/zathura-ps/PKGBUILD
index 89809661f..7be83cdf7 100644
--- a/community/zathura-ps/PKGBUILD
+++ b/community/zathura-ps/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zathura-ps
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Adds ps support to zathura by using the libspectre library"
arch=('i686' 'x86_64')
url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
@@ -17,5 +17,5 @@ build(){
cd ${srcdir}/zathura-ps-$pkgver
make
make DESTDIR="$pkgdir" install
+ install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
-