]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/spectrwm/build
pash, spectrm, sux: move to junk
[asd-repo.git] / junk / spectrwm / build
diff --git a/junk/spectrwm/build b/junk/spectrwm/build
new file mode 100755 (executable)
index 0000000..485497d
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/sh -e
+
+cd linux
+make PREFIX=/usr
+make PREFIX=/usr DESTDIR="$1" install
+
+mkdir -p "$1/etc/spectrwm"
+install -Dm644 ../spectrwm.conf "$1/etc/spectrwm/"
+install -Dm644 ../spectrwm_us.conf "$1/etc/spectrwm/"