aboutsummaryrefslogtreecommitdiff
path: root/install.nu
diff options
context:
space:
mode:
Diffstat (limited to 'install.nu')
-rwxr-xr-xinstall.nu7
1 files changed, 7 insertions, 0 deletions
diff --git a/install.nu b/install.nu
index 5e69253..5642856 100755
--- a/install.nu
+++ b/install.nu
@@ -22,3 +22,10 @@ let PORTAGE_DIR = match ($DEVICE_ID) {
"110" | "120" => $"($env.HOME)/portage/src",
_ => { error make -u { msg: "unsupported device" } }
}
+
+#
+# ~~~ installer
+
+# make.conf
+try { rm "/etc/portage/make.conf" }
+mv $"($PORTAGE_DIR)/make/($DEVICE_ID)_make.conf" "/etc/portage/make.conf"