include a skin for the goldfish emulator
[openwrt/svn-archive/archive.git] / package / goldfish-qemu / Makefile
index 41d2db19b592c35687f471401ebf9756244e9474..da3c64e4ff8f461bf16648e15a595afc5f4c820b 100644 (file)
@@ -63,6 +63,7 @@ endef
 define Package/goldfish-qemu/install
        $(INSTALL_DIR) $(1)
        $(CP) $(PKG_BUILD_DIR)/objs/emulator $(1)/
+       $(CP) ./skins $(1)/
 endef
 
 $(eval $(call BuildPackage,goldfish-qemu))