On Sun, Oct 05, 2014 at 08:33:48AM +0100, Ian Campbell wrote: >On Sat, 2014-10-04 at 10:48 +0100, Ian Campbell wrote: >> --- >> Makefile | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Makefile b/Makefile >> index 54393a7..5413e87 100755 >> --- a/Makefile >> +++ b/Makefile >> @@ -21,7 +21,7 @@ ifndef TASK >> TASK=Debian-generic >> endif >> ifndef MKISOFS >> -ifneq (,$(filter i386 amd64,$(ARCHES))) >> +ifneq (,$(filter i386 arm64 amd64,$(ARCHES))) > >This got pushed as "i386 amd64 amd64" (i.e. amd64 twice...) > >And the header now says "Do install stuff for xarm64" (a vi error?)
Gah, sorry. Not even that excuse - that was me applying trivial-looking stuff by hand when not awake enough. Now fixed up. -- Steve McIntyre, Cambridge, UK. [email protected] "Further comment on how I feel about IBM will appear once I've worked out whether they're being malicious or incompetent. Capital letters are forecast." Matthew Garrett, http://www.livejournal.com/users/mjg59/30675.html -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

