From 65d7f57a9619907425c96e49e8a3d40364043ef9 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sat, 21 Dec 2013 21:17:19 +0000 Subject: [PATCH] Makefile: Fix stage3 rsync (again) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6129697..14c809b 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 latest-stage3.txt| grep -v hardened| grep -v multilib|tail -n1` stage3-$(ARCH)-latest.tar.bz2 + 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 stage3: stage3-$(ARCH)-latest.tar.bz2