From d5142521687097211683e15e178d120ccf26d66b Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 31 Dec 2022 20:50:24 -0500 Subject: Go and find backlights... don't rely on pre-compiled information --- bin/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bin/Makefile') 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 -- cgit v1.2.3