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 = ''
|
postBuild = ''
|
||||||
# depends on buildGoPackage not changing …
|
# depends on buildGoPackage not changing …
|
||||||
pushd ./go/src/${goPackagePath}
|
pushd ./go/src/${goPackagePath}
|
||||||
make install-docs MANINSTALLDIR="$man"
|
make install-docs MANINSTALLDIR="$man/share/man"
|
||||||
popd
|
popd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user