From: Felix Fietkau Date: Fri, 22 Jul 2016 11:04:11 +0000 (+0200) Subject: build: set TMPDIR for opkg calls X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=653cb2594d34439f292cf973747ee84bb266ca9e build: set TMPDIR for opkg calls Signed-off-by: Felix Fietkau --- diff --git a/include/rootfs.mk b/include/rootfs.mk index 2143ef804d..f3ba33a2be 100644 --- a/include/rootfs.mk +++ b/include/rootfs.mk @@ -37,6 +37,7 @@ endif opkg = \ IPKG_NO_SCRIPT=1 \ IPKG_INSTROOT=$(1) \ + TMPDIR=$(1)/tmp \ $(STAGING_DIR_HOST)/bin/opkg \ --offline-root $(1) \ --force-depends \