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
+1 -1
View File
@@ -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
''; '';