mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 23:59:21 +02:00
supertux: don't install backup images
This commit is contained in:
parent
8be517484d
commit
d89a29e27f
@ -64,6 +64,9 @@ define Package/supertux/install
|
|||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_BUILD_DIR)/data/{images,levels,music,sounds,supertux.strf,*.txt} \
|
$(PKG_BUILD_DIR)/data/{images,levels,music,sounds,supertux.strf,*.txt} \
|
||||||
$(1)/usr/share/supertux
|
$(1)/usr/share/supertux
|
||||||
|
|
||||||
|
rm -rf \
|
||||||
|
$(1)/usr/share/supertux/images/{background,shared,tilesets,title,worldmap}/org
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call RequireCommand,pngcrush,Please install pngcrush.))
|
$(eval $(call RequireCommand,pngcrush,Please install pngcrush.))
|
||||||
|
Loading…
Reference in New Issue
Block a user