aboutsummaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2026-01-17 16:11:37 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2026-01-17 16:11:37 -0500
commitc1ebe84e1591025a26410c4778a166e67f4eacda (patch)
tree1d538e869c587038dd548d931733f03191aedb8a /compile
parent4ce60dcb98a6ba4834fd05c62faee108dbf2a13a (diff)
downloaddotfiles-c1ebe84e1591025a26410c4778a166e67f4eacda.tar.gz
dotfiles-c1ebe84e1591025a26410c4778a166e67f4eacda.tar.xz
Tweak cachyos distro script
Diffstat (limited to 'compile')
-rwxr-xr-xcompile/dpw.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile/dpw.sh b/compile/dpw.sh
index 4509c81..8354446 100755
--- a/compile/dpw.sh
+++ b/compile/dpw.sh
@@ -11,5 +11,6 @@ if ! [ -d "$dpwdir" ] ; then
git clone https://git.riedstra.dev/mitch/dpw "$dpwdir"
fi
cd "$dpwdir"
+mkdir -p "$HOME/.local/bin"
make PREFIX="$HOME/.local" install
cd -