Makefile: touch the portage tarball after downloading

Just in case.
This commit is contained in:
Albert Hopkins 2015-03-09 11:19:23 +00:00
parent c252121561
commit 5889d9f251
1 changed files with 1 additions and 0 deletions

View File

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