From: Phil Blundell Date: Fri, 25 Jun 2004 14:52:52 +0000 (+0000) Subject: install config.sh into staging area X-Git-Tag: Release-2010-05/1~18535 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f138d91007ec468c808d42ee8d0a4938a2bb73;p=openembedded.git install config.sh into staging area BKrev: 40dc3c44c6pV2fnN_I-FLWSEr1wDig --- diff --git a/perl/perl_5.8.3.oe b/perl/perl_5.8.3.oe index aca9afa4e9..18e7fa15a5 100644 --- a/perl/perl_5.8.3.oe +++ b/perl/perl_5.8.3.oe @@ -22,3 +22,9 @@ do_install() { mv install_me_here/* ${D} rmdir install_me_here } + +do_stage() { + install -d ${STAGING_DIR}/${HOST_SYS}/perl/ + install config.sh ${STAGING_DIR}/${HOST_SYS}/perl/ +} +