nilfs-utils: move to usr/bin.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Template file for 'nilfs-utils'
|
# Template file for 'nilfs-utils'
|
||||||
pkgname=nilfs-utils
|
pkgname=nilfs-utils
|
||||||
version=2.2.3
|
version=2.2.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/sbin --enable-libmount"
|
configure_args="--sbindir=/usr/bin --enable-libmount"
|
||||||
make_install_args="sbindir=/usr/bin"
|
make_install_args="sbindir=/usr/bin"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="libuuid-devel libmount-devel"
|
makedepends="libuuid-devel libmount-devel"
|
||||||
@@ -19,7 +19,7 @@ pre_configure() {
|
|||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/sbin ${DESTDIR}/usr
|
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin/
|
||||||
}
|
}
|
||||||
|
|
||||||
libnilfs_package() {
|
libnilfs_package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user