install config.sh into staging area
authorPhil Blundell <philb@gnu.org>
Fri, 25 Jun 2004 14:52:52 +0000 (14:52 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 25 Jun 2004 14:52:52 +0000 (14:52 +0000)
BKrev: 40dc3c44c6pV2fnN_I-FLWSEr1wDig

perl/perl_5.8.3.oe

index aca9afa..18e7fa1 100644 (file)
@@ -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/
+}
+