Makefile: touch the portage tarball after downloading
Just in case.
This commit is contained in:
parent
c252121561
commit
5889d9f251
1
Makefile
1
Makefile
|
@ -95,6 +95,7 @@ portage-snapshot.tar.bz2:
|
||||||
sync_portage:
|
sync_portage:
|
||||||
@scripts/echo Grabbing latest portage snapshot
|
@scripts/echo Grabbing latest portage snapshot
|
||||||
rsync --no-motd -L $(RSYNC_MIRROR)/snapshots/portage-latest.tar.bz2 portage-snapshot.tar.bz2
|
rsync --no-motd -L $(RSYNC_MIRROR)/snapshots/portage-latest.tar.bz2 portage-snapshot.tar.bz2
|
||||||
|
touch portage-snapshot.tar.bz2
|
||||||
|
|
||||||
|
|
||||||
$(PORTAGE_DIR): portage-snapshot.tar.bz2
|
$(PORTAGE_DIR): portage-snapshot.tar.bz2
|
||||||
|
|
Loading…
Reference in New Issue