missing DESTDIR, spotted by systrace
This commit is contained in:
parent
025a0193e9
commit
528b0fa6dc
12
net/quirc/patches/patch-data_Makefile_in
Normal file
12
net/quirc/patches/patch-data_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-data_Makefile_in,v 1.6 2004/05/01 16:29:41 sturm Exp $
|
||||
--- data/Makefile.in.orig 2004-05-01 18:23:45.000000000 +0200
|
||||
+++ data/Makefile.in 2004-05-01 18:24:02.000000000 +0200
|
||||
@@ -316,7 +316,7 @@ uninstall-am: uninstall-info-am uninstal
|
||||
|
||||
|
||||
install-exec-local:
|
||||
- rm -rf $(pkgdatadir)
|
||||
+ rm -rf $(DESTDIR)$(pkgdatadir)
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
Loading…
x
Reference in New Issue
Block a user