summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraimileus2018-01-11 09:15:40 +0100
committeraimileus2018-01-11 09:15:40 +0100
commit35b7d8e8afd186751b86582da0dde2016250be87 (patch)
tree2b5a8622d0fd896e5a8007eae761665a44772ec9 /PKGBUILD
parent51bc45ced8522c579aa5041d96c3b85610e5991a (diff)
downloadaur-35b7d8e8afd186751b86582da0dde2016250be87.tar.gz
snapd - use built snapd for man pages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ca5e671c527..0564808da994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -130,7 +130,7 @@ package() {
make -C "$srcdir/$pkgbase/cmd" install DESTDIR="$pkgdir/"
# Install man file
- snap help --man > "$pkgdir/usr/share/man/man1/snap.1"
+ "$GOPATH/bin/snap" help --man > "$pkgdir/usr/share/man/man1/snap.1"
# Install the "info" data file with snapd version
install -m 644 -D "$GOPATH/src/${_gourl}/data/info" \