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 = ''
|
||||
# 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