From 9cf9d67684d533a65aca29dd81528c74372f84fd Mon Sep 17 00:00:00 2001 From: kyak Date: Wed, 16 Feb 2011 09:17:46 +0300 Subject: [PATCH] supertux: fix some levels using salcon.mod instead of SALCON.MOD --- supertux/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/supertux/Makefile b/supertux/Makefile index eb82258..4fd73bf 100644 --- a/supertux/Makefile +++ b/supertux/Makefile @@ -68,6 +68,14 @@ define Package/supertux/install rm -rf \ $(1)/usr/share/supertux/images/{background,shared,tilesets,title,worldmap}/org + + ln -s \ + SALCON.MOD \ + $(1)/usr/share/supertux/music/salcon.mod + + ln -s \ + SALCON-fast.MOD \ + $(1)/usr/share/supertux/music/salcon-fast.mod endef $(eval $(call RequireCommand,pngcrush,Please install pngcrush.))