2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/efivar/build

18 lines
286 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2019-10-08 08:18:28 +00:00
2019-07-16 01:35:45 +00:00
patch -p1 < fix-gcc9-dp.h.patch
patch -p1 < fix-gcc9.patch
2019-10-08 08:18:28 +00:00
# Avoid repeating ourselves.
mk() {
make \
libdir=/usr/lib/ \
bindir=/usr/bin/ \
mandir=/usr/share/man/ \
includedir=/usr/include/ \
"$@"
}
2019-10-08 08:18:28 +00:00
mk
mk DESTDIR="$1" install