mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
efivar: dry
This commit is contained in:
parent
f00b04aafc
commit
c0f220d067
@ -1,15 +1,17 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
patch -p1 < fix-gcc9-dp.h.patch
|
||||
patch -p1 < fix-gcc9.patch
|
||||
|
||||
make libdir=/usr/lib/ \
|
||||
bindir=/usr/bin/ \
|
||||
mandir=/usr/share/man/ \
|
||||
includedir=/usr/include/
|
||||
# Avoid repeating ourselves.
|
||||
mk() {
|
||||
make \
|
||||
libdir=/usr/lib/ \
|
||||
bindir=/usr/bin/ \
|
||||
mandir=/usr/share/man/ \
|
||||
includedir=/usr/include/ \
|
||||
"$@"
|
||||
}
|
||||
|
||||
make libdir=/usr/lib/ \
|
||||
bindir=/usr/bin/ \
|
||||
mandir=/usr/share/man/ \
|
||||
includedir=/usr/include/ \
|
||||
DESTDIR="$1" \
|
||||
install
|
||||
mk
|
||||
mk DESTDIR="$1" install
|
||||
|
Loading…
Reference in New Issue
Block a user