skopeo: fix man installation path

This fixes the man installation path and so it's properly linked to
`/run/current-system/sw/share/man/man1/skopeo.1.gz`.
This commit is contained in:
Rail Aliiev 2019-06-04 00:03:08 -04:00
parent c4fc74b19c
commit 6c4bceef05
No known key found for this signature in database
GPG key ID: F5380E18F011018E

View file

@ -44,7 +44,7 @@ buildGoPackage rec {
postBuild = ''
# depends on buildGoPackage not changing …
pushd ./go/src/${goPackagePath}
make install-docs MANINSTALLDIR="$man"
make install-docs MANINSTALLDIR="$man/share/man"
popd
'';