2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-28 12:22:42 -06:00
repo/extra/efivar/build

8 lines
151 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2019-10-08 02:18:28 -06:00
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