summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2014-07-08 07:34:20 -0500
committerMatt Housh <jaeger@crux.nu>2014-07-08 07:34:20 -0500
commit93beab1b53ea630c9706bbfabf9e7cfa93b41873 (patch)
tree9240595be4205efb74063166e66b729bf42c46e5
parent32b16105ffc29add9633524e6d8b8c69452ecd63 (diff)
downloadiso-93beab1b53ea630c9706bbfabf9e7cfa93b41873.tar.gz
iso-93beab1b53ea630c9706bbfabf9e7cfa93b41873.tar.xz
setup-helper: update compat-32 and contrib rsync files if active
-rwxr-xr-xiso/bin/setup-helper9
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

Generated by cgit