mirror of
https://github.com/containers/skopeo.git
synced 2025-08-11 03:12:26 +00:00
fix make install target
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
5f4a5653ac
commit
8cf22b9ca2
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ clean:
|
|||||||
rm -f skopeo
|
rm -f skopeo
|
||||||
rm -f skopeo.1
|
rm -f skopeo.1
|
||||||
|
|
||||||
install: install-binary
|
install: man install-binary
|
||||||
install -m 644 skopeo.1 ${MANINSTALLDIR}/man1/
|
install -m 644 skopeo.1 ${MANINSTALLDIR}/man1/
|
||||||
# TODO(runcom)
|
# TODO(runcom)
|
||||||
#install -m 644 completion/bash/skopeo ${BASHINSTALLDIR}/
|
#install -m 644 completion/bash/skopeo ${BASHINSTALLDIR}/
|
||||||
|
Loading…
Reference in New Issue
Block a user