aboutsummaryrefslogtreecommitdiff
path: root/install.nu
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-05-02 18:07:56 +0100
committerAutumn <git@autumnfo.rest>2026-05-02 18:07:56 +0100
commiteb7eece6f70fa757d910b498205b57d1465ec1bf (patch)
treea12dc0a1d201eaeb1ab006373401b2e656953f87 /install.nu
parent467fe60a905944edcef2bcbf71371531b93a9f5b (diff)
[meta] added make.conf installation
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"