e2fsprogs: switch to /usr/sbin.
This commit is contained in:
parent
c24c17779a
commit
5be499c13d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'e2fsprogs'
|
||||
pkgname=e2fsprogs
|
||||
version=1.42.9
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Ext2/3/4 Filesystem Utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
|
@ -14,7 +14,7 @@ configure_args="--enable-htree --enable-elf-shlibs --disable-fsck
|
|||
--enable-e2initrd-helper --disable-rpath --with-root-prefix=/usr
|
||||
--disable-uuidd --disable-libuuid --disable-libblkid
|
||||
--enable-symlink-build --enable-symlink-install
|
||||
--sbindir=/usr/bin --libdir=/usr/lib --libexecdir=/usr/lib"
|
||||
--sbindir=/usr/sbin --libdir=/usr/lib --libexecdir=/usr/lib"
|
||||
make_install_args="install-libs"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libuuid-devel libblkid-devel"
|
||||
|
|
Loading…
Reference in New Issue