perl_5.8.8.bb: Use exec_prefix instead of layout_exec_prefix
authorKhem Raj <raj.khem@gmail.com>
Sun, 6 Sep 2009 02:16:49 +0000 (19:16 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 6 Sep 2009 02:19:55 +0000 (19:19 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/perl/perl_5.8.8.bb

index 8f6b72b..8a6d839 100644 (file)
@@ -81,7 +81,7 @@ do_configure() {
         sed -i -e 's,@DESTDIR@,${D},g' \
                -e 's,@ARCH@,${TARGET_ARCH}-${TARGET_OS},g' \
                -e "s%/usr/include/%${STAGING_INCDIR}/%g" \
-              -e 's,/usr/,${layout_exec_prefix}/,g' \
+              -e 's,/usr/,${exec_prefix}/,g' \
             config.sh-${TARGET_ARCH}-${TARGET_OS}
 
         if test "${MACHINE}" != "native"; then