efivar: remove mandoc dependency

This commit is contained in:
Owen Rafferty 2022-05-02 11:37:44 -05:00
parent a0f0f24f73
commit 0b6349987a
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
2 changed files with 3 additions and 1 deletions

View File

@ -10,5 +10,8 @@ patch -p1 < no-add-needed.patch
sed 's/thread-test//' src/Makefile > _
mv -f _ src/Makefile
# Remove mandoc build dependency
mv docs/efisecdb.1.mdoc docs/efisecdb.1
make COMPILER="$CC"
make libdir=/usr/lib/ install

View File

@ -1,2 +1 @@
linux-headers make
mandoc make