]> git.armaanb.net Git - asd-repo.git/blob - xorg/spectrwm/build
efivar, efibootmgr: move to extra
[asd-repo.git] / xorg / 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/"