Merge pull request #62646 from rail/skopeo-man
skopeo: fix man installation path
This commit is contained in:
commit
63f23d51d1
@ -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…
Reference in New Issue
Block a user