e2fsprogs: Add tests.
This commit is contained in:
parent
feaaf11159
commit
320aa13a41
|
@ -23,6 +23,10 @@ conf_files="/etc/mke2fs.conf"
|
|||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
do_check() {
|
||||
ln -sfv /tools/lib/lib{blk,uu}id.so.1 lib
|
||||
make LD_LIBRARY_PATH=/tools/lib check
|
||||
}
|
||||
post_install() {
|
||||
# Remove stuff belonging to libblkid or libuuid pkgs.
|
||||
find ${DESTDIR} -name \*blkid\* -o -name \*findfs\* \
|
||||
|
|
Loading…
Reference in New Issue