summarylogtreecommitdiffstats
path: root/trio-fix-install.patch
blob: 42b76a15e56979c7baf85d0065c15c8a3899858c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naurp a/Makefile.in b/Makefile.in
--- a/Makefile.in	2013-09-18 12:48:43.000000000 +0000
+++ b/Makefile.in	2019-06-01 19:45:56.000000000 +0000
@@ -20,7 +20,7 @@ VPATH = @srcdir@
 # Installation settings
 INSTALL		= @INSTALL@
 INSTALL_DATA	= @INSTALL_DATA@
-prefix		= @prefix@
+prefix		= $(DESTDIR)@prefix@
 exec_prefix	= @exec_prefix@
 includedir	= @includedir@
 libdir		= @libdir@