summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb')
-rw-r--r--meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
index fe9c038f5..5876b5827 100644
--- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
+++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
@@ -38,14 +38,14 @@ inherit perlnative pkgconfig
38do_configure:append () { 38do_configure:append () {
39 # Make sure we use our nativeperl wrapper 39 # Make sure we use our nativeperl wrapper
40 sed -i "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/*.pl 40 sed -i "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/*.pl
41 cp ${WORKDIR}/long-help ${S} 41 cp ${UNPACKDIR}/long-help ${S}
42} 42}
43 43
44do_install () { 44do_install () {
45 sed -i s:m600:m\ 600:g Makefile 45 sed -i s:m600:m\ 600:g Makefile
46 oe_runmake 'DESTDIR=${D}' 'PREFIX=/usr' install 46 oe_runmake 'DESTDIR=${D}' 'PREFIX=/usr' install
47 rm -f ${D}${sysconfdir}/vpnc/vpnc.conf #This file is useless 47 rm -f ${D}${sysconfdir}/vpnc/vpnc.conf #This file is useless
48 install ${WORKDIR}/default.conf ${D}${sysconfdir}/vpnc/default.conf 48 install ${UNPACKDIR}/default.conf ${D}${sysconfdir}/vpnc/default.conf
49} 49}
50 50
51SYSROOT_PREPROCESS_FUNCS += "vpnc_sysroot_preprocess" 51SYSROOT_PREPROCESS_FUNCS += "vpnc_sysroot_preprocess"