repo/extra/efivar/build

10 lines
176 B
Plaintext
Raw Normal View History

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