[oe-commits] org.oe.dev keylaunch: Update patch

florian commit openembedded-commits at lists.openembedded.org
Fri May 25 17:48:36 UTC 2007


keylaunch: Update patch

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 12a5ce3a674902adba555eeaf2601f308a9f2691
ViewMTN: http://monotone.openembedded.org/revision.psp?id=12a5ce3a674902adba555eeaf2601f308a9f2691
Files:
1
packages/keylaunch/files/makefile-fix.patch
Diffs:

#
# mt diff -r19f2896dc363c28932c916aba532a9d569c9c72c -r12a5ce3a674902adba555eeaf2601f308a9f2691
#
# 
# 
# patch "packages/keylaunch/files/makefile-fix.patch"
#  from [54ea4e5f1d9af0173868db8ba01972463d984b5e]
#    to [50579be9366333ebd897c9062c7e07d65e191554]
# 
============================================================
--- packages/keylaunch/files/makefile-fix.patch	54ea4e5f1d9af0173868db8ba01972463d984b5e
+++ packages/keylaunch/files/makefile-fix.patch	50579be9366333ebd897c9062c7e07d65e191554
@@ -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






More information about the Openembedded-commits mailing list