summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f23a327aaac..7cf9b77fa186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wmrc
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='WMRC is a shell utility for extending window manager capabilities using modules with dependency and error checking.'
arch=('any')
url='https://github.com/filiparag/wmrc'
@@ -18,5 +18,6 @@ package() {
install -d -m 775 "${pkgdir}/usr/share/${pkgname}"
install -Dm 664 "rc.conf" "${pkgdir}/usr/share/${pkgname}/"
install -Dm 664 "readme.txt" "${pkgdir}/usr/share/${pkgname}/"
+ install -Dm 664 "wmrc.man" "${pkgdir}/usr/share/man/man1/${pkgname}.${pkgver}"
cp -r --preserve=mode "modules" "${pkgdir}/usr/share/${pkgname}/"
} \ No newline at end of file