repo/extra/efivar/build

18 lines
286 B
Plaintext
Raw Normal View History

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