forked from kiss-community/repo
8 lines
151 B
Bash
Executable File
8 lines
151 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
# Remove mandoc build dependency
|
|
mv docs/efisecdb.1.mdoc docs/efisecdb.1
|
|
|
|
make COMPILER="$CC"
|
|
make DESTDIR="$1" libdir=/usr/lib/ install
|