summaryrefslogtreecommitdiff
path: root/packages/mono/mono_svn.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-29 14:29:58 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-29 14:29:58 +0100
commitf2bec9a8f6ea15e67163b27e389cfbbf3e9996c4 (patch)
treee23320532b2f75e5bf52ba76c048a50c5f1f39c7 /packages/mono/mono_svn.bb
parent98bdd580d03fa37c9feb16ecb10577c469c873df (diff)
parent2813dc78d66fc7da72fdf53010c6e148d20c0f45 (diff)
Merge branch 'holger/openmoko-merges' into org.openembedded.dev
Diffstat (limited to 'packages/mono/mono_svn.bb')
-rw-r--r--packages/mono/mono_svn.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/mono/mono_svn.bb b/packages/mono/mono_svn.bb
index a42ddd8231..a5ba966796 100644
--- a/packages/mono/mono_svn.bb
+++ b/packages/mono/mono_svn.bb
@@ -13,9 +13,9 @@ EXTRA_OECONF += " --disable-mcs-build "
do_install_prepend() {
install -d ${D}
- pushd ${D}
+ cd ${D}
tar -xzf ${STAGING_DATADIR_NATIVE}/mono-mcs/mono-mcs-${PV}.tar.gz
- popd
+ cd ${S}
}
do_install_append() {
@@ -23,11 +23,11 @@ do_install_append() {
# however, jay is not being cross-compiled and thus only
# available for the buildhost architecture, so remove it
# entirely
- pushd ${D}
+ cd ${D}
rm -rf ./usr/share/man/man1/jay.1 ./usr/share/jay \
./usr/share/jay/README.jay \
./usr/bin/jay
- popd
+ cd ${S}
# Not packaged with the default rules and apparently
# not used for anything