freebsd-ports/net-mgmt/crmsh/files/patch-Makefile.am

21 lines
937 B
Text

--- Makefile.am.orig 2023-03-30 02:10:16 UTC
+++ Makefile.am
@@ -51,7 +51,8 @@ install-data-hook:
install-data-hook:
mkdir -p $(DESTDIR)$(datadir)/@PACKAGE@/; \
for d in $$(cat data-manifest); do \
- install -D -m $$(test -x $$d && echo 0755 || echo 0644) $$d $(DESTDIR)$(datadir)/@PACKAGE@/$$d; done; \
+ mkdir -p 755 $(DESTDIR)$(datadir)/@PACKAGE@/$$(dirname $$d); \
+ install -m $$(test -x $$d && echo 0755 || echo 0644) $$d $(DESTDIR)$(datadir)/@PACKAGE@/$$d; done; \
mv $(DESTDIR)$(datadir)/@PACKAGE@/test $(DESTDIR)$(datadir)/@PACKAGE@/tests; \
cp test/testcases/xmlonly.sh $(DESTDIR)$(datadir)/@PACKAGE@/tests/testcases/configbasic-xml.filter
@@ -61,7 +62,7 @@ all-local:
--build-base $(shell readlink -f $(builddir))/build \
--verbose)
-python_prefix = --prefix=$(prefix)
+python_prefix = --prefix=$(prefix) --root=$(DESTDIR)
install-exec-local:
$(INSTALL) -d -m 770 $(DESTDIR)/${localstatedir}/log/crmsh