summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-25 14:23:47 -0500
committerTom Barrett <tom@tombarrett.xyz>2020-03-25 14:23:47 -0500
commit517fd18752becf56eaf7a29097dc63e30fac68d2 (patch)
tree45a08efdd5256c0da6facf63182681868edb577e /build
parent886e08d5369a972bd04159769892ead5d8d65da8 (diff)
bad copy
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 3b063d5..7638d71 100755
--- a/build
+++ b/build
@@ -21,7 +21,7 @@ cp $RC_DIR'/dwm/config.h' $DWM_DIR
make -C $DWM_DIR
-ln -s $DWM_DIR/dwmstatus $HOME/bin
+ln -s $DWM_DIR/dwm $HOME/bin
# dwmstatus setup
DWMSTS_DIR=$HOME'/src/dwmstatus'