From 20dc496827b1c788c862687a0a198cddd6c3299f Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 20 Oct 2006 13:59:53 +0000 Subject: bootsplash: fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@471 370017ae-e619-0410-ac65-c121f96126d4 --- bootsplash/bootsplash.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3