Merge pull request #62646 from rail/skopeo-man

skopeo: fix man installation path
This commit is contained in:
Franz Pletz
2019-06-04 11:36:36 +00:00
committed by GitHub

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
'';