From cfdfcda718782208d2717dfbcddb16dfc453d822 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 19 Dec 2016 09:30:28 +0100 Subject: Update STAGEDIR, FINALDIR in remaining scripts Fixes: 931a49ce1da1063 ("rsync-gen: be clear about variable purposes.") --- create-squashfs-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create-squashfs-snapshot') diff --git a/create-squashfs-snapshot b/create-squashfs-snapshot index d0755fd..d485c63 100755 --- a/create-squashfs-snapshot +++ b/create-squashfs-snapshot @@ -38,7 +38,7 @@ mirrordir=${UPLOAD}/squashfs # without having to keep them in full size. revdeltadir=${BASE}/squashfs-tmp # This is where the master (unpacked) copy of the repository is located. -repodir=${FINALDIR} +repodir=${FINALDIR_repo_gentoo} # GPG key ID to sign with signkeyid="DCD05B71EAB94199527F44ACDB6B8C1F96D8BF6D" -- cgit v1.2.3-65-gdbad