mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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'
|
# 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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue