mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:59:42 +02:00
supertux: fix some levels using salcon.mod instead of SALCON.MOD
This commit is contained in:
parent
5f81a8dec3
commit
9cf9d67684
@ -68,6 +68,14 @@ define Package/supertux/install
|
|||||||
|
|
||||||
rm -rf \
|
rm -rf \
|
||||||
$(1)/usr/share/supertux/images/{background,shared,tilesets,title,worldmap}/org
|
$(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
|
endef
|
||||||
|
|
||||||
$(eval $(call RequireCommand,pngcrush,Please install pngcrush.))
|
$(eval $(call RequireCommand,pngcrush,Please install pngcrush.))
|
||||||
|
Loading…
Reference in New Issue
Block a user