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:
parent
4d7fb4c5d8
commit
62e960d256
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue