]> git.armaanb.net Git - asd-repo.git/blobdiff - xorg/spectrwm/build
Restructure repository
[asd-repo.git] / xorg / spectrwm / build
diff --git a/xorg/spectrwm/build b/xorg/spectrwm/build
new file mode 100755 (executable)
index 0000000..a563df9
--- /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/"
\ No newline at end of file