From 62e960d2568aff91e67b7a648503d786a2afaf3d Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 6 Jan 2014 15:13:31 +0000 Subject: [PATCH] Makefile: Change the way we sync the stae3 (again) It wassn't working for x86.. although I swore it did before... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 142f860..7125508 100644 --- a/Makefile +++ b/Makefile @@ -150,7 +150,7 @@ stage3-$(ARCH)-latest.tar.bz2: sync_stage3: rsync --no-motd $(RSYNC_MIRROR)/releases/`echo $(ARCH)|sed 's/i.86/x86/'`/autobuilds/latest-stage3.txt latest-stage3.txt - rsync --no-motd $(RSYNC_MIRROR)/releases/`echo $(ARCH)|sed 's/i.86/x86/'`/autobuilds/`grep 'stage3-$(ARCH)-[1-9].*\.tar\.bz2' latest-stage3.txt` stage3-$(ARCH)-latest.tar.bz2 + rsync --no-motd $(RSYNC_MIRROR)/releases/$(ARCH)/autobuilds/$$(grep stage3-$$(echo $(ARCH)|sed 's/x86/i686/')-[0-9]*\.tar\.bz2 latest-stage3.txt) stage3-$(ARCH)-latest.tar.bz2 stage3: stage3-$(ARCH)-latest.tar.bz2