opnsense-ports/net/libdnet/files/patch-python-Makefile.am
Franco Fichtner 5a8bca1658 net/libdnet: sync with upstream
Taken from: FreeBSD
2022-03-28 12:44:36 +02:00

11 lines
314 B
Text

--- python/Makefile.am.orig 2019-03-19 17:55:02 UTC
+++ python/Makefile.am
@@ -22,7 +22,7 @@ clean: python-clean
distclean: clean
python-install:
- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
+ $(PYTHON) setup.py install --prefix=$(prefix) --root=$(DESTDIR)
install-exec-local: python-install