From 921aae3ec82a7446032923862ddba41dbad507ee Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 7 Dec 2011 10:28:29 -0600 Subject: [PATCH] armhf: use new dl directory location DIST-ARCH over DIST --- mk_mmc.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mk_mmc.sh b/mk_mmc.sh index 95370ec..f711a98 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -43,6 +43,7 @@ DI_BROKEN_USE_CROSS=1 MIRROR="http://rcn-ee.net/deb/" DIST=squeeze ARCH=armel +DISTARCH="${DIST}-${ARCH}" BOOT_LABEL=boot PARTITION_PREFIX="" @@ -1351,6 +1352,7 @@ function check_distro { then DIST=squeeze ARCH=armel + DISTARCH="${DIST}-${ARCH}" unset IN_VALID_DISTRO fi @@ -1358,6 +1360,7 @@ function check_distro { then DIST=maverick ARCH=armel + DISTARCH="${DIST}-${ARCH}" unset DI_BROKEN_USE_CROSS unset IN_VALID_DISTRO fi @@ -1366,6 +1369,7 @@ function check_distro { then DIST=oneiric ARCH=armel + DISTARCH="${DIST}-${ARCH}" unset DI_BROKEN_USE_CROSS unset IN_VALID_DISTRO fi @@ -1374,6 +1378,7 @@ function check_distro { then DIST=natty ARCH=armel + DISTARCH="${DIST}-${ARCH}" unset DI_BROKEN_USE_CROSS unset IN_VALID_DISTRO fi