summarylogtreecommitdiffstats
path: root/0004-Makefile-Switch-prefix-to-usr.patch
diff options
context:
space:
mode:
authorOlivier Brunel2014-11-17 15:15:12 +0100
committerOlivier Brunel2015-06-08 19:26:10 +0200
commit63c15cbc85b0a37751daa70bb9da655676ed71d4 (patch)
tree08023e0965c3ced7e7a61267cf3e3afa5edb094d /0004-Makefile-Switch-prefix-to-usr.patch
parente934eb506f9f0fdbad50695cd63c1400d8bbcdc0 (diff)
downloadaur-63c15cbc85b0a37751daa70bb9da655676ed71d4.tar.gz
xlsh-without-x: Tweak PKGBUILD and add some patches
Refresh things a bit in the PKGBUILD, I've now forked xlsh and maintain my changes in a git repo; so we'll use the patches from there instead of one big "patch" file. Also adding patches that: - don't block signals, as this caused issues (e.g. w/ systemd on shutdown) - set up environment from PAM, so we get variables set from pam_env or logind Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to '0004-Makefile-Switch-prefix-to-usr.patch')
-rw-r--r--0004-Makefile-Switch-prefix-to-usr.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0004-Makefile-Switch-prefix-to-usr.patch b/0004-Makefile-Switch-prefix-to-usr.patch
new file mode 100644
index 000000000000..14530505ce6a
--- /dev/null
+++ b/0004-Makefile-Switch-prefix-to-usr.patch
@@ -0,0 +1,26 @@
+From 00915458dd640b9d3cf538ae48f308d9ff65448e Mon Sep 17 00:00:00 2001
+From: Olivier Brunel <jjk@jjacky.com>
+Date: Sun, 16 Nov 2014 18:02:38 +0100
+Subject: [PATCH 4/8] Makefile: Switch prefix to /usr
+
+Signed-off-by: Olivier Brunel <jjk@jjacky.com>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 8fae9a2..f4fd67c 100644
+--- a/Makefile
++++ b/Makefile
+@@ -4,7 +4,7 @@
+ .DEFAULT_GOAL = all
+ .PHONY: all install install-strip installdirs uninstall clean
+
+-prefix = /usr/local
++prefix = /usr
+
+ exec_prefix = $(prefix)
+ sbindir = $(exec_prefix)/sbin
+--
+2.1.3
+