aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-12-18 15:09:55 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 04:28:12 +0200
commit10ba380dfc6564f7a18d80acc3f4153bb0cc005f (patch)
treee44f036d1f57bf8e1f75eb98bffa03a53ea69d9f /Makefile
parenta18ef47a22b09347e6d4738c37f364379a86d93b (diff)
Upgrade preseeding to Debian 7.7.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9c8edbd..42dee1a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
CC ?= gcc
CC += -m$(shell dpkg-architecture -qDEB_HOST_ARCH_BITS $(patsubst %,-a%, ${ARCH}))
DEB_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH $(patsubst %,-a%, ${ARCH}))
+# Multiarch: apt-get install gcc-multilib libc6-dev-x32
-VERSION = 7.5.0
+VERSION = 7.7.0
IMAGE_TYPE ?= iso
ISOIMG = debian-${VERSION}-${DEB_ARCH}-netinst.iso
@@ -27,7 +28,7 @@ iso-checksum: $(patsubst %,iso-checksum-%, ${CHECKSUMS})
iso-checksum-%: dist/${DEB_ARCH}/${ISOIMG} dist/${DEB_ARCH}/%SUMS dist/${DEB_ARCH}/%SUMS.sign
@echo Checking $* sum
@cd dist/${DEB_ARCH}; grep "\s${ISOIMG}$$" $*SUMS | $$(echo $* | sed 's@.*@/usr/bin/\L&sum@') --strict -c
- gpg --verify dist/${DEB_ARCH}/$*SUMS.sign
+ gpg --verify dist/${DEB_ARCH}/$*SUMS.sign dist/${DEB_ARCH}/$*SUMS
# Download
.PRECIOUS: dist/${DEB_ARCH}/%