forked from kiss-community/repo
efibootmgr: remove usage of install
This commit is contained in:
parent
b100d0a2bb
commit
e4433ed706
@ -2,5 +2,9 @@
|
||||
|
||||
make CC="${CC:-cc}" EFIDIR=/boot/EFI efibootmgr
|
||||
|
||||
install -Dm0755 src/efibootmgr "$1/usr/bin/efibootmgr"
|
||||
install -Dm0644 src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8"
|
||||
mkdir -p \
|
||||
"$1/usr/bin" \
|
||||
"$1/usr/share/man/man8"
|
||||
|
||||
cp -f src/efibootmgr "$1/usr/bin"
|
||||
cp -f src/efibootmgr.8 "$1/usr/share/man/man8"
|
||||
|
Loading…
Reference in New Issue
Block a user