diff options
author | Matt Housh <jaeger@crux.nu> | 2014-07-08 07:34:20 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.nu> | 2014-07-08 07:34:20 -0500 |
commit | 93beab1b53ea630c9706bbfabf9e7cfa93b41873 (patch) | |
tree | 9240595be4205efb74063166e66b729bf42c46e5 /iso | |
parent | 32b16105ffc29add9633524e6d8b8c69452ecd63 (diff) | |
download | iso-93beab1b53ea630c9706bbfabf9e7cfa93b41873.tar.gz iso-93beab1b53ea630c9706bbfabf9e7cfa93b41873.tar.xz |
setup-helper: update compat-32 and contrib rsync files if active
Diffstat (limited to 'iso')
-rwxr-xr-x | iso/bin/setup-helper | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper index a84b4d1..7dfd35b 100755 --- a/iso/bin/setup-helper +++ b/iso/bin/setup-helper @@ -138,3 +138,12 @@ inject_packages eudev remove_packages net-tools traceroute inject_packages inetutils + +# update the contrib and compat-32 rsync files if they're active +if [ -f $ROOT/etc/ports/contrib.rsync ]; then + mv -f $ROOT/etc/ports/contrib.rsync{.inactive,} +fi + +if [ -f $ROOT/etc/ports/compat-32.rsync ]; then + mv -f $ROOT/etc/ports/compat-32.rsync{.inactive,} +fi |