Explorar el Código

use bindir for workaround

Waldemar Brodkorb hace 14 años
padre
commit
863d37c1ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      toolchain/gcc/Makefile

+ 1 - 1
toolchain/gcc/Makefile

@@ -162,7 +162,7 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
 				$(GNU_TARGET_NAME)$${app##$(REAL_GNU_TARGET_NAME)}; \
 		done;
 	# workaround for openjdk
-	cd $(STAGING_HOST_DIR)/$(REAL_GNU_TARGET_NAME) ; cp * ..
+	cd $(STAGING_HOST_DIR)/$(REAL_GNU_TARGET_NAME)/bin ; cp * ..
 	touch $@
 
 include ${TOPDIR}/mk/toolchain.mk