[oe-commits] Koen Kooi : vpnc: fix do_install

GIT User account git at amethyst.openembedded.net
Sun Nov 16 10:10:54 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8efcdceed19296af2c44f6d58f3fcb880d88ff10
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8efcdceed19296af2c44f6d58f3fcb880d88ff10

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Nov 16 11:10:13 2008 +0100

vpnc: fix do_install
* http://tinderbox.openembedded.net/packages/229654/

---

 packages/vpnc/vpnc.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/vpnc/vpnc.inc b/packages/vpnc/vpnc.inc
index 4ca82eb..46f627b 100644
--- a/packages/vpnc/vpnc.inc
+++ b/packages/vpnc/vpnc.inc
@@ -11,6 +11,7 @@ CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
 LDFLAGS_append = " -lgcrypt -lgpg-error"
 
 do_install () {
+	sed -i s:m600:m\ 600:g Makefile	
 	oe_runmake 'DESTDIR=${D}' 'PREFIX=/usr' install
 	rm -f ${D}${sysconfdir}/vpnc/vpnc.conf #This file is useless
 	install ${WORKDIR}/default.conf ${D}${sysconfdir}/vpnc/default.conf





More information about the Openembedded-commits mailing list