mirror of
https://github.com/clearlinux/kernel-install.git
synced 2026-06-16 02:55:49 +00:00
40f3e677d6
Use Clear Linux-preferred /usr/bin instead of /usr/sbin.
7 lines
100 B
Makefile
7 lines
100 B
Makefile
all: build
|
|
|
|
build:
|
|
|
|
install:
|
|
install -D -m 755 --target-directory=${DESTDIR}/usr/bin installkernel
|