1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 04:02:20 +03:00

supertux: fix some levels using salcon.mod instead of SALCON.MOD

This commit is contained in:
kyak 2011-02-16 09:17:46 +03:00
parent 5f81a8dec3
commit 9cf9d67684

View File

@ -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.))