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
commit 63f23d51d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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