mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Merge pull request #19057 from dfr/freebsd-install
Makefile: don't rely on the non-standard -r flag for ln
This commit is contained in:
2
Makefile
2
Makefile
@ -830,7 +830,7 @@ install.remote:
|
||||
install.bin:
|
||||
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(BINDIR)
|
||||
install ${SELINUXOPT} -m 755 bin/podman $(DESTDIR)$(BINDIR)/podman
|
||||
ln -sfr $(DESTDIR)$(BINDIR)/podman $(DESTDIR)$(BINDIR)/podmansh
|
||||
ln -sf podman $(DESTDIR)$(BINDIR)/podmansh
|
||||
test -z "${SELINUXOPT}" || chcon --verbose --reference=$(DESTDIR)$(BINDIR)/podman bin/podman
|
||||
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(LIBEXECPODMAN)
|
||||
ifneq ($(shell uname -s),FreeBSD)
|
||||
|
Reference in New Issue
Block a user