mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
e2fsprogs: Add tests.
This commit is contained in:
parent
feaaf11159
commit
320aa13a41
1 changed files with 4 additions and 0 deletions
|
@ -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\* \
|
||||||
|
|
Loading…
Add table
Reference in a new issue