repo/extra/efivar/build

10 lines
176 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh -e
2019-10-08 08:18:28 +00:00
2023-08-04 04:16:39 +00:00
patch -p1 < lfs64.patch
2022-05-02 16:37:44 +00:00
# Remove mandoc build dependency
mv docs/efisecdb.1.mdoc docs/efisecdb.1
2021-07-27 15:23:30 +00:00
make COMPILER="$CC"
2023-03-02 14:40:00 +00:00
make DESTDIR="$1" libdir=/usr/lib/ install