Makefile: Change the way we sync the stae3 (again)

It wassn't working for x86.. although I swore it did before...
This commit is contained in:
Albert Hopkins 2014-01-06 15:13:31 +00:00
parent 4d7fb4c5d8
commit 62e960d256
1 changed files with 1 additions and 1 deletions

View File

@ -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