summarylogtreecommitdiffstats
path: root/10-makefile-fix.patch
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
committerKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
commit598d8010f2b944da5ae8d01ef3e7755bee08bf4a (patch)
treeed51aa44e78fddb46288804ac0059627f43c0328 /10-makefile-fix.patch
downloadaur-598d8010f2b944da5ae8d01ef3e7755bee08bf4a.tar.gz
moving files, making space for additional scripts, aur4 and other stuff
Diffstat (limited to '10-makefile-fix.patch')
-rw-r--r--10-makefile-fix.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/10-makefile-fix.patch b/10-makefile-fix.patch
new file mode 100644
index 000000000000..3d3bc6f2656d
--- /dev/null
+++ b/10-makefile-fix.patch
@@ -0,0 +1,20 @@
+--- orig/Makefile 2013-04-20 05:31:14.000000000 +0000
++++ patch/Makefile 2013-04-20 13:46:26.000000000 +0000
+@@ -1,5 +1,4 @@
+-
+-export prefix=/usr/local
++export prefix ?= /usr/local
+ export milena_dir=$(prefix)/share/milena
+ export doc_dir=$(prefix)/share/doc/milena
+ export speechd_dir=$(shell ./find_speechd)
+@@ -31,8 +30,8 @@
+ install:
+ make -C src install
+ ldconfig
+- mkdir -p $(doc_dir)
+- install -m 644 README* $(doc_dir)
++ mkdir -p $(DESTDIR)$(doc_dir)
++ install -m 644 README* $(DESTDIR)$(doc_dir)
+ make -C data install
+ make -C utils install
+