From 8732195fd514e29db9140fcc38faabbc7e5bd4be Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Jun 2009 08:16:17 +0000 Subject: alpine.mk: wait with calculating dir size til the dir is filled up --- alpine.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alpine.mk') diff --git a/alpine.mk b/alpine.mk index 6f65bc8..13ca9e5 100755 --- a/alpine.mk +++ b/alpine.mk @@ -229,7 +229,7 @@ $(ISO_SHA1): $(ISO) # USB image # USBIMG := $(ALPINE_NAME)-$(ALPINE_RELEASE)-$(ALPINE_ARCH).img -USBIMG_SIZE := $(shell echo $$(( `du -s $(ISO_DIR) | awk '{print $$1}'` + 8192 )) ) +USBIMG_SIZE = $(shell echo $$(( `du -s $(ISO_DIR) | awk '{print $$1}'` + 8192 )) ) MBRPATH := /usr/share/syslinux/mbr.bin # the offset where the frist partition is found USBIMG_OFFSET := 16384 -- cgit v1.2.3