mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
fuse: move to usr/bin.
This commit is contained in:
parent
1ade715cf2
commit
17cd883fbb
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'fuse'
|
# Template file for 'fuse'
|
||||||
pkgname=fuse
|
pkgname=fuse
|
||||||
version=2.9.4
|
version=2.9.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-lib --enable-util"
|
configure_args="--sbindir=/usr/bin --enable-lib --enable-util"
|
||||||
short_desc="Filesystem in Userspace"
|
short_desc="Filesystem in Userspace"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -14,9 +14,7 @@ checksum=6be9c0bff6af8c677414935f31699ea5a7f8f5f791cfa5205be02ea186b97ce1
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove obsolete rules file provided by udev.
|
# remove obsolete rules file provided by udev.
|
||||||
rm -rf ${DESTDIR}/{dev,etc}
|
rm -rf ${DESTDIR}/{dev,etc}
|
||||||
# Switch to /usr.
|
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||||
vmkdir usr/sbin
|
|
||||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/sbin
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fuse-devel_package() {
|
fuse-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue