1
0
forked from ports/opt

cifs-utils: update to 5.2

This commit is contained in:
Juergen Daubert 2011-12-10 18:57:47 +01:00
parent 3343943d38
commit 0a8f408a32
3 changed files with 8 additions and 7 deletions

View File

@ -1,13 +1,15 @@
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/mount.cifs
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/getcifsacl
-rwxr-xr-x root/root usr/bin/setcifsacl
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/getcifsacl.1.gz
-rw-r--r-- root/root usr/man/man1/setcifsacl.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/cifs.idmap.8.gz
-rw-r--r-- root/root usr/man/man8/getcifsacl.8.gz
-rw-r--r-- root/root usr/man/man8/mount.cifs.8.gz
-rw-r--r-- root/root usr/man/man8/setcifsacl.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/cifs.idmap
-rwxr-xr-x root/root usr/sbin/getcifsacl
-rwxr-xr-x root/root usr/sbin/setcifsacl

View File

@ -1 +1 @@
b1b232adc042fd157d2f9848f4650fad cifs-utils-5.1.tar.bz2
2ca839553cccd0c3042f7dd8737cc9de cifs-utils-5.2.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: samba keyutils
name=cifs-utils
version=5.1
version=5.2
release=1
source=(ftp://ftp.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2)
@ -13,5 +13,4 @@ build () {
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/bin
}