diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2013-04-06 19:55:58 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2013-04-06 19:55:58 +0200 |
commit | 5085cfcdf90a108f1c3fbda944938243a5edaa9b (patch) | |
tree | 5f79397be4bb55b448ea505169450b44d36ca229 /mkarchroot.in | |
parent | 6caad191c1e0dfab3cbb7aa3e832a45eeaea83f8 (diff) | |
download | devtools32-5085cfcdf90a108f1c3fbda944938243a5edaa9b.tar.xz |
Bump the chroot version as we changed the default package set
Diffstat (limited to 'mkarchroot.in')
-rw-r--r-- | mkarchroot.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkarchroot.in b/mkarchroot.in index ff9d7eb..6598089 100644 --- a/mkarchroot.in +++ b/mkarchroot.in @@ -10,7 +10,7 @@ m4_include(lib/common.sh) -CHROOT_VERSION='v2' +CHROOT_VERSION='v3' FORCE='n' RUN='' |