mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
e2fsprogs+fatsort: stop breaking masterdir
With diffutils in checkdepends, xbps-src will remove it on do_clean, which will remove base-chroot.
This commit is contained in:
parent
8d29a79c49
commit
7506d86d58
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ configure_args="--enable-elf-shlibs --disable-fsck
|
||||||
make_install_args="install-libs"
|
make_install_args="install-libs"
|
||||||
hostmakedepends="texinfo pkg-config"
|
hostmakedepends="texinfo pkg-config"
|
||||||
makedepends="libuuid-devel libblkid-devel"
|
makedepends="libuuid-devel libblkid-devel"
|
||||||
checkdepends="diffutils perl"
|
checkdepends="perl"
|
||||||
short_desc="Ext2/3/4 Filesystem Utilities"
|
short_desc="Ext2/3/4 Filesystem Utilities"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
|
|
|
@ -5,7 +5,7 @@ revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_check_target=tests
|
make_check_target=tests
|
||||||
make_install_args="MANDIR=/usr/share/man/man1 SBINDIR=/usr/bin"
|
make_install_args="MANDIR=/usr/share/man/man1 SBINDIR=/usr/bin"
|
||||||
checkdepends="xz dosfstools diffutils valgrind"
|
checkdepends="xz dosfstools valgrind"
|
||||||
short_desc="Utility that sorts FAT12, FAT16, FAT32 and exFAT partitions"
|
short_desc="Utility that sorts FAT12, FAT16, FAT32 and exFAT partitions"
|
||||||
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue