mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 19:13:44 +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) \
|
||||
$(PKG_BUILD_DIR)/data/{images,levels,music,sounds,supertux.strf,*.txt} \
|
||||
$(1)/usr/share/supertux
|
||||
|
||||
rm -rf \
|
||||
$(1)/usr/share/supertux/images/{background,shared,tilesets,title,worldmap}/org
|
||||
endef
|
||||
|
||||
$(eval $(call RequireCommand,pngcrush,Please install pngcrush.))
|
||||
|
Loading…
Reference in New Issue
Block a user