summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
committerKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
commit1121fc761b60bce6c13b8ec6dbc8ada15aefc62b (patch)
treeb5aaf3ed5b89247e6fa14d50a80b5f5ceaf3a80e /makefile.patch
downloadaur-1121fc761b60bce6c13b8ec6dbc8ada15aefc62b.tar.gz
moving files, making space for additional scripts, aur4 and other stuff
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000000000000..c3cefa1285de
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,16 @@
+--- Makefile.orig 2011-04-18 16:33:55.213561221 +0200
++++ Makefile 2011-04-18 16:36:40.829455739 +0200
+@@ -1,8 +1,11 @@
+-export prefix=/usr/local
++DESTDIR ?=
++export prefix=$(DESTDIR)/usr
+ export milena_dir=$(prefix)/share/milena-words
+
++default:
+ install:
+- zcat pl_basewords.dat.gz > $(milena_dir)/pl_basewords.dat
++ install -dm 755 "$(milena_dir)/"
++ zcat pl_basewords.dat.gz > "$(milena_dir)/pl_basewords.dat"
+
+ uninstall:
+ rm -r $(milena_dir)/pl_basewords.dat