hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code check on...
[openwrt.git] / package / goldfish-qemu / Makefile
index 41d2db1..da3c64e 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))
This page took 0.034947 seconds and 4 git commands to generate.