aboutsummaryrefslogtreecommitdiff
path: root/bootsplash/bootsplash.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-20 13:59:53 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-20 13:59:53 +0000
commit20dc496827b1c788c862687a0a198cddd6c3299f (patch)
treec245369942009996ef7f5d9b5b492057dd1573aa /bootsplash/bootsplash.SlackBuild
parent104ccc8513c62171ec1873b76e2b23274f81d6ff (diff)
downloadslackbuilds-20dc496827b1c788c862687a0a198cddd6c3299f.tar.gz
slackbuilds-20dc496827b1c788c862687a0a198cddd6c3299f.tar.bz2
bootsplash: fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@471 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'bootsplash/bootsplash.SlackBuild')
-rwxr-xr-xbootsplash/bootsplash.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootsplash/bootsplash.SlackBuild b/bootsplash/bootsplash.SlackBuild
index a23539c9..17ade573 100755
--- a/bootsplash/bootsplash.SlackBuild
+++ b/bootsplash/bootsplash.SlackBuild
@@ -71,7 +71,7 @@ if [ "$RTOOL" == "wget" ]; then
fi
for theme in $THEMES; do
if [ ! -f "$SRC_DIR/$theme" ]; then
- wget "$THEMES_URL/$theme" -O "$SRC/$theme" || exit $ERROR_WGET
+ wget "$THEMES_URL/$theme" -O "$SRC_DIR/$theme" || exit $ERROR_WGET
fi
done
fi