diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-25 14:52:52 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-25 14:52:52 +0000 |
commit | 62f138d91007ec468c808d42ee8d0a4938a2bb73 (patch) | |
tree | 60e5ae57e2d678ed70167607c5581dbf07c28375 | |
parent | 0652e433ac852507b70c24c6b803255490426e58 (diff) |
install config.sh into staging area
BKrev: 40dc3c44c6pV2fnN_I-FLWSEr1wDig
-rw-r--r-- | perl/perl_5.8.3.oe | 6 |
1 files changed, 6 insertions, 0 deletions
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/ +} + |