summarylogtreecommitdiffstats
path: root/make_DESTDIR.patch
diff options
context:
space:
mode:
authorL.G. Sarmiento2015-06-14 19:37:13 +0200
committerL.G. Sarmiento2015-06-14 19:37:13 +0200
commitfe25603e826d1cc7bd185a062d4cc4ba4325f1d1 (patch)
tree8177acab400f44a7317bd1f56fef58930d88ecde /make_DESTDIR.patch
downloadaur-fe25603e826d1cc7bd185a062d4cc4ba4325f1d1.tar.gz
Initial import
Diffstat (limited to 'make_DESTDIR.patch')
-rw-r--r--make_DESTDIR.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/make_DESTDIR.patch b/make_DESTDIR.patch
new file mode 100644
index 000000000000..665e1013415e
--- /dev/null
+++ b/make_DESTDIR.patch
@@ -0,0 +1,11 @@
+--- Makefile 2012-02-02 11:49:43.000000000 -0500
++++ ../../Makefile 2012-02-02 11:50:42.000000000 -0500
+@@ -14,7 +14,7 @@
+ WISH = wish
+
+ ### Directory where to install executable files
+-INSTALL_DIR = /usr/bin
++INSTALL_DIR = $(DESTDIR)/usr/bin
+
+
+