summaryrefslogtreecommitdiff
path: root/x11/ly/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/ly/files/patch-makefile')
-rw-r--r--x11/ly/files/patch-makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/ly/files/patch-makefile b/x11/ly/files/patch-makefile
index b9a706ac6cba..72492e9b6aad 100644
--- a/x11/ly/files/patch-makefile
+++ b/x11/ly/files/patch-makefile
@@ -1,4 +1,4 @@
---- makefile.orig 2020-02-03 07:51:05 UTC
+--- makefile.orig 2020-07-28 15:35:08 UTC
+++ makefile
@@ -1,9 +1,9 @@
NAME = ly
@@ -23,7 +23,7 @@
BIND = bin
OBJD = obj
-@@ -71,14 +75,13 @@ leakgrind: $(BIND)/$(NAME)
+@@ -71,15 +75,14 @@ leakgrind: $(BIND)/$(NAME)
install: $(BIND)/$(NAME)
@echo "installing"
@@ -34,7 +34,8 @@
- @install -DZ $(RESD)/wsetup.sh -t $(DATADIR)
- @install -dZ $(DATADIR)/lang
- @install -DZ $(RESD)/lang/* -t $(DATADIR)/lang
-- @install -DZ $(RESD)/ly.service -t ${DESTDIR}/usr/lib/systemd/system
+- @install -DZ $(RESD)/ly.service -m 644 -t ${DESTDIR}/usr/lib/systemd/system
+- @install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}/etc/pam.d
+ @install -dZ ${DESTDIR}${PREFIX}/etc/ly
+ @install -DZ $(BIND)/$(NAME) -t ${DESTDIR}${PREFIX}/bin
+ @install -DZ $(RESD)/config.ini -t ${DESTDIR}${PREFIX}/etc/ly
@@ -42,6 +43,7 @@
+ @install -DZ $(RESD)/wsetup.sh -t ${DESTDIR}${PREFIX}/etc/ly
+ @install -dZ ${DESTDIR}${PREFIX}/etc/ly/lang
+ @install -DZ $(RESD)/lang/* -t ${DESTDIR}${PREFIX}/etc/ly/lang
++ @install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}${PREFIX}/etc/pam.d
installnoconf: $(BIND)/$(NAME)
@echo "installing without the configuration file"