nilfs-utils: move to usr/bin.
This commit is contained in:
parent
4be6a58616
commit
d146d5b0d5
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'nilfs-utils'
|
||||
pkgname=nilfs-utils
|
||||
version=2.2.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/sbin --enable-libmount"
|
||||
configure_args="--sbindir=/usr/bin --enable-libmount"
|
||||
make_install_args="sbindir=/usr/bin"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="libuuid-devel libmount-devel"
|
||||
|
@ -19,7 +19,7 @@ pre_configure() {
|
|||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
mv ${DESTDIR}/sbin ${DESTDIR}/usr
|
||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin/
|
||||
}
|
||||
|
||||
libnilfs_package() {
|
||||
|
|
Loading…
Reference in a new issue