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:
parent
c4fc74b19c
commit
6c4bceef05
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user