[XMonad] Install on build

This commit is contained in:
2017-08-18 20:45:07 -07:00
parent 0208c9bfad
commit ca937d7986

View File

@@ -5,5 +5,5 @@ SRC_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
EXE_NAME=imalison-xmonad
output_file=$1; shift
stack build
stack install
cp -uf $(stack path --local-install-root)/bin/$EXE_NAME $output_file