X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Fjamvm%2FMakefile;h=7acd9fc72e2fddd58786744d5dcde463f9cd16a7;hp=23e5f21ba32f19ebb286f6a7c0b39c3d0d01e4a0;hb=7e3276d2eff67ba44333f89b1f42e7f87883b43a;hpb=d7b45069153356549f06c80339e6a5abb4e6ba68 diff --git a/lang/jamvm/Makefile b/lang/jamvm/Makefile index 23e5f21ba3..7acd9fc72e 100644 --- a/lang/jamvm/Makefile +++ b/lang/jamvm/Makefile @@ -48,11 +48,13 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) all endef -define Package/jamvm/install +ifneq ($(ARCH),mips) + define Package/jamvm/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/jamvm $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/share/jamvm $(INSTALL_DATA) $(PKG_BUILD_DIR)/lib/classes.zip $(1)/usr/share/jamvm/ -endef + endef +endif $(eval $(call BuildPackage,jamvm))