mirror of
https://github.com/containers/skopeo.git
synced 2025-06-28 15:47:34 +00:00
Merge pull request #163 from mtrmac/install-dependencies
Make the install-* targets depend on things they are installing
This commit is contained in:
commit
3da98694a0
4
Makefile
4
Makefile
@ -57,11 +57,11 @@ install: install-binary install-docs
|
||||
# TODO(runcom)
|
||||
#install -m 644 completion/bash/skopeo ${BASHINSTALLDIR}/
|
||||
|
||||
install-binary:
|
||||
install-binary: skopeo
|
||||
install -d -m 0755 ${INSTALLDIR}
|
||||
install -m 755 skopeo ${INSTALLDIR}
|
||||
|
||||
install-docs:
|
||||
install-docs: docs/skopeo.1
|
||||
install -d -m 0755 ${MANINSTALLDIR}/man1
|
||||
install -m 644 docs/skopeo.1 ${MANINSTALLDIR}/man1/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user