mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:09:21 +02:00
supertux: update some images
This commit is contained in:
parent
f3d3e6694e
commit
9b8ade44ff
@ -41,14 +41,15 @@ endef
|
|||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
(\
|
(\
|
||||||
bzip2 -dc $(FILES_DIR)/supertux-smallsize-data.tar.bz2 | $(TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xf -; \
|
|
||||||
$(CP) $(FILES_DIR)/img-resize.sh $(PKG_BUILD_DIR); \
|
$(CP) $(FILES_DIR)/img-resize.sh $(PKG_BUILD_DIR); \
|
||||||
|
$(CP) $(FILES_DIR)/supertux-smallsize-data.tar.bz2 $(PKG_BUILD_DIR); \
|
||||||
cd $(PKG_BUILD_DIR); \
|
cd $(PKG_BUILD_DIR); \
|
||||||
for i in background shared tilesets title worldmap; do \
|
for i in background shared tilesets title worldmap; do \
|
||||||
echo "Converting images in ${PKG_BUILD_DIR}/data/images/$$$$i..."; \
|
echo "Converting images in $(PKG_BUILD_DIR)/data/images/$$$$i..."; \
|
||||||
cd ${PKG_BUILD_DIR}/data/images/$$$$i; \
|
cd $(PKG_BUILD_DIR)/data/images/$$$$i; \
|
||||||
sh ${PKG_BUILD_DIR}/img-resize.sh; \
|
sh $(PKG_BUILD_DIR)/img-resize.sh; \
|
||||||
done; \
|
done; \
|
||||||
|
bzip2 -dc $(PKG_BUILD_DIR)/supertux-smallsize-data.tar.bz2 | $(TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xf -; \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user