summaryrefslogtreecommitdiff
path: root/packages/keylaunch
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-25 21:17:41 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-25 21:17:41 +0000
commit0cffbf6556537b82c02f36dca18ca1ed7cd038ea (patch)
tree980aa3bcdc5b3669b7c9c6d329db2adbd103c267 /packages/keylaunch
parent82ce5770e636a1faf539b6ec2b17670c32053abb (diff)
parent008392646dd1410d6bd32380c6e6d340b217ea8b (diff)
merge of '05bd9dc1a83a011814f8686a016c671b35e0a18e'
and '23c1fc66a29e279d192d2dee8c7a1603361063b7'
Diffstat (limited to 'packages/keylaunch')
-rw-r--r--packages/keylaunch/files/makefile-fix.patch14
1 files changed, 9 insertions, 5 deletions
diff --git a/packages/keylaunch/files/makefile-fix.patch b/packages/keylaunch/files/makefile-fix.patch
index 30275001df..d9c57e05ac 100644
--- a/packages/keylaunch/files/makefile-fix.patch
+++ b/packages/keylaunch/files/makefile-fix.patch
@@ -1,11 +1,15 @@
---- /tmp/Makefile 2006-07-26 09:31:43.000000000 +0200
-+++ keylaunch-2.0.10/Makefile 2006-07-26 09:32:23.464411000 +0200
-@@ -31,7 +31,7 @@
+--- keylaunch-2.0.10/Makefile.orig 2007-05-25 18:13:39.000000000 +0200
++++ keylaunch-2.0.10/Makefile 2007-05-25 18:15:47.000000000 +0200
+@@ -31,8 +31,10 @@
$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
install-program: all
- install -sD $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
-+ install -s -D $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
- install -D -m 644 $(PROG)rc $(DESTDIR)/etc/$(PROG)rc
+- install -D -m 644 $(PROG)rc $(DESTDIR)/etc/$(PROG)rc
++ install -d $(DESTDIR)$(PREFIX)/bin
++ install -s $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
++ install -d $(DESTDIR)/etc
++ install -m 644 $(PROG)rc $(DESTDIR)/etc/$(PROG)rc
install -d $(DESTDIR)/etc/X11/Xsession.d
install 90$(PROG) $(DESTDIR)/etc/X11/Xsession.d/90$(PROG)
+ install -d $(DESTDIR)/etc/X11/Xinit.d