diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-09 18:01:31 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-09 18:01:31 +0100 |
commit | 42f7400e4306b7301eccc8bd149a9e1c3a2c286b (patch) | |
tree | a3622a600456be5d0d1adf80ecc4074d73c43b89 /bin | |
parent | 5008dc2048e839ed98e050f8a79e922b1ac07f43 (diff) | |
download | jenkins.debian.net-42f7400e4306b7301eccc8bd149a9e1c3a2c286b.tar.xz |
reproducible archlinux: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_archlinux_schroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index 7db0e615..54207f0d 100755 --- a/bin/reproducible_setup_archlinux_schroot.sh +++ b/bin/reproducible_setup_archlinux_schroot.sh @@ -32,7 +32,7 @@ bootstrap() { echo "$(date -u) - downloading Arch Linux bootstrap.tar.gz." curl -O $BOOTSTRAP_BASE/$BOOTSTRAP_TAR_GZ tar xzf archlinux-bootstrap-$BOOTSTRAP_DATE-x86_64.tar.gz -C $SCHROOT_BASE - mv $SCHROOT_BASE/root.x86_$SCHROOT_BASE/$TARGET + mv $SCHROOT_BASE/root.x86 $SCHROOT_BASE/$TARGET rm archlinux-bootstrap-$BOOTSTRAP_DATE-x86_64.tar.gz -rf # write the schroot config echo "$(date -u ) - writing schroot configuration for $TARGET." |