parent
8a34911882
commit
f27b689fff
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ do_build() {
|
|||
fi
|
||||
make RANLIB=$RANLIB -f makefile.shared ${makejobs}
|
||||
}
|
||||
do_check() {
|
||||
make test
|
||||
|
||||
./test
|
||||
}
|
||||
do_install() {
|
||||
make -f makefile.shared GROUP="$(whoami)" USER="$(whoami)" NODOCS=1 DESTDIR=${DESTDIR} PREFIX=/usr install
|
||||
vman ${sourcepkg}.3
|
||||
|
|
Loading…
Add table
Reference in a new issue