summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2012-09-28 17:35:17 +0200
committerJonathan Bauer2012-09-28 17:35:17 +0200
commite36d68af05bfbafb6017736dbd0d459d153b0b35 (patch)
tree7736428695bb6104a620e862bc9f0de15a00fb15
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-e36d68af05bfbafb6017736dbd0d459d153b0b35.tar.gz
tm-scripts-e36d68af05bfbafb6017736dbd0d459d153b0b35.tar.xz
tm-scripts-e36d68af05bfbafb6017736dbd0d459d153b0b35.zip
minor
-rw-r--r--remote/tools/plymouth/build.plymouth4
1 files changed, 1 insertions, 3 deletions
diff --git a/remote/tools/plymouth/build.plymouth b/remote/tools/plymouth/build.plymouth
index 326e8331..7cc7ea1b 100644
--- a/remote/tools/plymouth/build.plymouth
+++ b/remote/tools/plymouth/build.plymouth
@@ -8,12 +8,10 @@ fetch_source() {
if [ ! -e .fetched_source ]; then
# download and extract tarball
[ ! -d src ] && mkdir src
- cd src
wget -q $URL
TARBALL=`basename $URL`
- tar xvf $TARBALL
+ tar xvf $TARBALL -C src/
rm $TARBALL
- cd -
touch .fetched_source
fi
}