From 5889d9f251a5c58d7d1a364fd4ad30b039041777 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 9 Mar 2015 11:19:23 +0000 Subject: [PATCH] Makefile: touch the portage tarball after downloading Just in case. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9641c13..9c7978c 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,7 @@ portage-snapshot.tar.bz2: sync_portage: @scripts/echo Grabbing latest portage snapshot 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