unzip: add do_check.
This commit is contained in:
@@ -21,6 +21,10 @@ do_build() {
|
|||||||
D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 unzips
|
D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 unzips
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make -f unix/Makefile test
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
make ${makejobs} -f unix/Makefile prefix=${DESTDIR}/usr \
|
make ${makejobs} -f unix/Makefile prefix=${DESTDIR}/usr \
|
||||||
|
|||||||
Reference in New Issue
Block a user