[XMonad] Stop writing to last_built

This commit is contained in:
Ivan Malison 2016-12-05 15:52:03 -08:00
parent 028a180f71
commit 6e43c9fc4f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4,6 +4,5 @@ BIN=$1
[[ -n "$BIN" ]] || BIN=xmonad
stack install --local-bin-path "$PWD"
date >> "$PWD/last_built"
[[ -f "$BIN" ]] || ln -s xmonad "$BIN"