]> git.armaanb.net Git - asd-repo.git/blobdiff - xorg/brightnessctl/build
Restructure repository
[asd-repo.git] / xorg / brightnessctl / build
diff --git a/xorg/brightnessctl/build b/xorg/brightnessctl/build
new file mode 100755 (executable)
index 0000000..7f8a5e5
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+make PREFIX=/usr
+make PREFIX=/usr DESTDIR="$1" install
+chmod 4755 "$1/usr/bin/brightnessctl"