diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-20 13:59:53 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-20 13:59:53 +0000 |
commit | 20dc496827b1c788c862687a0a198cddd6c3299f (patch) | |
tree | c245369942009996ef7f5d9b5b492057dd1573aa /bootsplash | |
parent | 104ccc8513c62171ec1873b76e2b23274f81d6ff (diff) | |
download | slackbuilds-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')
-rwxr-xr-x | bootsplash/bootsplash.SlackBuild | 2 |
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 |