diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/networkmanager')
-rw-r--r-- | meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb index 3c7944dcc..371344d9c 100644 --- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb +++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | |||
@@ -55,7 +55,7 @@ do_install_append () { | |||
55 | install -d ${D}${sysconfdir}/dbus-1/event.d | 55 | install -d ${D}${sysconfdir}/dbus-1/event.d |
56 | # Additional test binaries | 56 | # Additional test binaries |
57 | install -d ${D}${bindir} | 57 | install -d ${D}${bindir} |
58 | install -m 0755 ${S}/test/.libs/libnm* ${D}${bindir} | 58 | install -m 0755 ${B}/test/.libs/libnm* ${D}${bindir} |
59 | 59 | ||
60 | # Install an empty VPN folder as nm-connection-editor will happily segfault without it :o. | 60 | # Install an empty VPN folder as nm-connection-editor will happily segfault without it :o. |
61 | # With or without VPN support built in ;). | 61 | # With or without VPN support built in ;). |