e2fsprogs: Add tests.

This commit is contained in:
maxice8 2017-11-15 17:05:58 -02:00 committed by Jürgen Buchmüller
parent feaaf11159
commit 320aa13a41

View file

@ -23,6 +23,10 @@ conf_files="/etc/mke2fs.conf"
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() {
ln -sfv /tools/lib/lib{blk,uu}id.so.1 lib
make LD_LIBRARY_PATH=/tools/lib check
}
post_install() { post_install() {
# Remove stuff belonging to libblkid or libuuid pkgs. # Remove stuff belonging to libblkid or libuuid pkgs.
find ${DESTDIR} -name \*blkid\* -o -name \*findfs\* \ find ${DESTDIR} -name \*blkid\* -o -name \*findfs\* \