Move to /usr/bin

Use Clear Linux-preferred /usr/bin instead of /usr/sbin.
This commit is contained in:
Brett T. Warden
2018-04-24 13:13:48 -07:00
parent 2535719463
commit 40f3e677d6
+1 -1
View File
@@ -3,4 +3,4 @@ all: build
build:
install:
install -D -m 755 --target-directory=${DESTDIR}/usr/sbin installkernel
install -D -m 755 --target-directory=${DESTDIR}/usr/bin installkernel