1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 19:09:42 +02:00

supertux: don't install backup images

This commit is contained in:
kyak 2011-02-14 12:49:49 +03:00
parent 8be517484d
commit d89a29e27f

View File

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