From 4814ab7de0a60624d35b4127981b6963213a0e2c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 15 May 2013 08:01:50 +0200 Subject: [PATCH] cifs-utils: update to 6.0. --- srcpkgs/cifs-utils/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cifs-utils/template b/srcpkgs/cifs-utils/template index 9f57da15cdf..6b260f34901 100644 --- a/srcpkgs/cifs-utils/template +++ b/srcpkgs/cifs-utils/template @@ -1,6 +1,6 @@ # Template file for 'cifs-utils' pkgname=cifs-utils -version=5.6 +version=6.0 revision=1 build_style=gnu-configure makedepends="pkg-config mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel" @@ -9,7 +9,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils" distfiles="ftp://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2" -checksum=f1501a26a800a336baf53ba0ea383274361c86c4b50ec45c656b9810b84dc138 +checksum=f7bc15cc09082eee5e6c9647e826aaa5e73da41646541bb7a50f53f78a6ef8bc long_desc=" The SMB/CIFS protocol provides support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. @@ -18,8 +18,10 @@ long_desc=" systems." post_install() { - vmove "sbin/*" usr/sbin - chmod +s ${DESTDIR}/usr/sbin/mount.cifs + vmkdir usr/bin + mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin + mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin + chmod +s ${DESTDIR}/usr/bin/mount.cifs } cifs-utils_package() {