aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2022-12-31 20:50:24 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2022-12-31 20:50:24 -0500
commitd5142521687097211683e15e178d120ccf26d66b (patch)
tree4dd243b6e50c3067cfd8e15bc5eb6e655c637f00 /bin/Makefile
parent545814f3792c9d7e5702cb6112ef949e2a1fd263 (diff)
downloaddotfiles-d5142521687097211683e15e178d120ccf26d66b.tar.gz
dotfiles-d5142521687097211683e15e178d120ccf26d66b.tar.xz
Go and find backlights... don't rely on pre-compiled information
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/Makefile b/bin/Makefile
index b0a8dd1..34d2d70 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,13 +1,14 @@
+WHEEL ?= wheel
default: install
install-zzz: zzz
- install -D -o root -g root -m 755 zzz /sbin/
- chmod 6755 /sbin/zzz
+ install -D -o root -g $(WHEEL) -m 755 zzz /sbin/
+ chmod 6750 /sbin/zzz
install-linux: backlight
- install -D -o root -g root -m 755 backlight /sbin/
- chmod 6755 /sbin/backlight
+ install -D -o root -g $(WHEEL) -m 755 backlight /sbin/
+ chmod 6750 /sbin/backlight
linux:
install wpa $(HOME)/bin