diff options
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/perl_5.8.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb index 8f6b72b52e..8a6d8392b2 100644 --- a/recipes/perl/perl_5.8.8.bb +++ b/recipes/perl/perl_5.8.8.bb @@ -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 |