From 62f138d91007ec468c808d42ee8d0a4938a2bb73 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 25 Jun 2004 14:52:52 +0000 Subject: [PATCH] install config.sh into staging area BKrev: 40dc3c44c6pV2fnN_I-FLWSEr1wDig --- perl/perl_5.8.3.oe | 6 ++++++ 1 file changed, 6 insertions(+) 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/ +} + -- 2.39.5