]> git.armaanb.net Git - asd-repo.git/blob - spectrwm/build
mutt: remove /etc/Mutt*
[asd-repo.git] / spectrwm / build
1 #!/usr/bin/sh -e
2
3 cd linux
4 make PREFIX=/usr
5 make PREFIX=/usr DESTDIR="$1" install
6
7 mkdir -p "$1/etc/spectrwm"
8 install -Dm644 ../spectrwm.conf "$1/etc/spectrwm/"
9 install -Dm644 ../spectrwm_us.conf "$1/etc/spectrwm/"