mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
cifs-utils: move to usr/bin.
This commit is contained in:
parent
74f0121218
commit
6afe9acd5b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'cifs-utils'
|
# Template file for 'cifs-utils'
|
||||||
pkgname=cifs-utils
|
pkgname=cifs-utils
|
||||||
version=6.4
|
version=6.4
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/sbin"
|
configure_args="--sbindir=/usr/bin"
|
||||||
make_install_args="ROOTSBINDIR=/usr/sbin"
|
make_install_args="ROOTSBINDIR=/usr/bin"
|
||||||
hostmakedepends="pkg-config libcap-ng-devel"
|
hostmakedepends="pkg-config libcap-ng-devel"
|
||||||
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel pam-devel"
|
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel pam-devel"
|
||||||
short_desc="CIFS filesystem user-space tools"
|
short_desc="CIFS filesystem user-space tools"
|
||||||
|
@ -15,6 +15,6 @@ distfiles="https://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.b
|
||||||
checksum=38fc63926af435dae4ebcf4406275580a692d9fb9ee3e32170317cf2ba68e6e3
|
checksum=38fc63926af435dae4ebcf4406275580a692d9fb9ee3e32170317cf2ba68e6e3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
chmod +s ${DESTDIR}/usr/sbin/mount.cifs
|
chmod +s ${DESTDIR}/usr/bin/mount.cifs
|
||||||
rm -rf ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/include
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue