summarylogtreecommitdiffstats
path: root/trio-fix-install.patch
diff options
context:
space:
mode:
authorDaniel Bermond2019-06-01 20:09:14 +0000
committerDaniel Bermond2019-06-01 20:10:27 +0000
commit60901ca6300c745e9151c4304b39665c925523ed (patch)
treec7838df23377a34ece74192f5939a412241a700f /trio-fix-install.patch
parent123d7dc15fa6957d6c3f4a1ef021f442f8e04c3e (diff)
downloadaur-60901ca6300c745e9151c4304b39665c925523ed.tar.gz
Use patch to fix install. Add tests. Cosmetic changes.
Diffstat (limited to 'trio-fix-install.patch')
-rw-r--r--trio-fix-install.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/trio-fix-install.patch b/trio-fix-install.patch
new file mode 100644
index 000000000000..42b76a15e569
--- /dev/null
+++ b/trio-fix-install.patch
@@ -0,0 +1,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@