diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2012-11-03 06:38:54 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-03 18:11:49 +0100 |
commit | 51f3425e3d6c69758c071b9327eecaa14b5e053a (patch) | |
tree | 49645a0624bc9653b3e9cfb5a2b11071011cb7ce /package/games/rubix | |
parent | db09796532d1b7b09bae61d1b297261a4a51b7c1 (diff) | |
download | buildroot-novena-51f3425e3d6c69758c071b9327eecaa14b5e053a.tar.gz buildroot-novena-51f3425e3d6c69758c071b9327eecaa14b5e053a.zip |
use avr32linux.org mirror
The avr32linux.org mirror has vanished and is replaced by a spam site
that returns HTML pages for whatever URL you request from it. So the
download helper thinks that download has succeeded, while actually it
failed.
Fortunately, there is still a mirror of the site alive, so we can use
that one.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/games/rubix')
-rw-r--r-- | package/games/rubix/Config.in | 2 | ||||
-rw-r--r-- | package/games/rubix/rubix.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/games/rubix/Config.in b/package/games/rubix/Config.in index 6da8c71df..9cf5b46ad 100644 --- a/package/games/rubix/Config.in +++ b/package/games/rubix/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_RUBIX help A 3D rubiks cube game for X - http://avr32linux.org/twiki/pub/Main/Rubix + http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Rubix diff --git a/package/games/rubix/rubix.mk b/package/games/rubix/rubix.mk index 2087b515c..d39d3533e 100644 --- a/package/games/rubix/rubix.mk +++ b/package/games/rubix/rubix.mk @@ -5,7 +5,7 @@ ############################################################# RUBIX_VERSION = 1.0.5 RUBIX_SOURCE = rubix-$(RUBIX_VERSION).tar.bz2 -RUBIX_SITE = http://avr32linux.org/twiki/pub/Main/Rubix +RUBIX_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Rubix RUBIX_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install RUBIX_MAKE_OPT = CC="$(TARGET_CC)" XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11" |