summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-02-04 04:04:16 +0100
committerThomas Venries2017-02-04 04:04:16 +0100
commitbb40dca3f970f150e1d89c8047f0b8f768ae24f4 (patch)
tree06e4704e1aeb95974eded06fc061f7bb293b8681
parent2483cc59446115f56d52492ce86060c932614aca (diff)
downloadaur-bb40dca3f970f150e1d89c8047f0b8f768ae24f4.tar.gz
pkg: Fixed help2man cli
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4744216c5c33..7b20635ffd67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- help2man -N -n "${pkgdesc}" -h -h -v -v ./${pkgname} | gzip - > ${pkgname}.1.gz
+ help2man -N -n "${pkgdesc}" -h -h -v -v src/${pkgname}.sh | gzip - > ${pkgname}.1.gz
}
package() {