git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0652e43
)
install config.sh into staging area
author
Phil Blundell
<philb@gnu.org>
Fri, 25 Jun 2004 14:52:52 +0000
(14:52 +0000)
committer
Phil 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
patch
|
blob
|
history
diff --git
a/perl/perl_5.8.3.oe
b/perl/perl_5.8.3.oe
index
aca9afa
..
18e7fa1
100644
(file)
--- 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/
+}
+