summarylogtreecommitdiffstats
path: root/set_prefix.patch
diff options
context:
space:
mode:
authorNarrat2019-01-24 22:56:54 +0100
committerNarrat2019-01-24 22:56:54 +0100
commit6ff2ad444216e077523d48ddff0fb52a3cb3ce52 (patch)
treef30f7fcd6c62ca71aa58393416cd85232d2bd009 /set_prefix.patch
parent5db3f56648d4981f940d5efc0e91b368b3c5bf5b (diff)
downloadaur-6ff2ad444216e077523d48ddff0fb52a3cb3ce52.tar.gz
katriawm: Adjust build process
SolarAquarion made a note about the missing man pages. Looking in the generated package the issue was more grave. The whole PREFIX thing while invoking make didn't work apparently, as the stuff was installed to /usr/local/ Switched to a patch file which adjusts the config.mk which gets sourced by the Makefile.
Diffstat (limited to 'set_prefix.patch')
-rw-r--r--set_prefix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/set_prefix.patch b/set_prefix.patch
new file mode 100644
index 000000000000..fa52acefa1ae
--- /dev/null
+++ b/set_prefix.patch
@@ -0,0 +1,12 @@
+--- katriawm/src/config.mk
++++ katriawm/src/config.mk
+@@ -6,7 +6,7 @@
+ INSTALL_PROGRAM = $(INSTALL)
+ INSTALL_DATA = $(INSTALL) -m 644
+
+-prefix = /usr/local
++prefix = /usr
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+ datarootdir = $(prefix)/share
+