summaryrefslogtreecommitdiff
path: root/cifs-utils/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-04-09 14:37:44 +0200
committerJuergen Daubert <jue@jue.li>2019-04-09 14:37:44 +0200
commit8a06b1a18cfb99e4995b4d9fd00800a36707962f (patch)
tree3f194f7cf876f6eac53c7a15739f454cdbf76705 /cifs-utils/Pkgfile
parentf256aef884a74dbfacf95bbfb86990700c792366 (diff)
parent19960e15b8f48e0b58f037073232470ac791d283 (diff)
downloadopt-8a06b1a18cfb99e4995b4d9fd00800a36707962f.tar.gz
opt-8a06b1a18cfb99e4995b4d9fd00800a36707962f.tar.xz
Merge branch '3.4' into 3.5
Conflicts: python3/.signature samba/.signature samba/Pkgfile
Diffstat (limited to 'cifs-utils/Pkgfile')
-rw-r--r--cifs-utils/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/cifs-utils/Pkgfile b/cifs-utils/Pkgfile
index e8bc1ed36..243fce63f 100644
--- a/cifs-utils/Pkgfile
+++ b/cifs-utils/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: samba keyutils
name=cifs-utils
-version=6.8
+version=6.9
release=1
source=(https://download.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2
cifs-utils-man.tar.xz cifs)
@@ -12,14 +12,13 @@ source=(https://download.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2
build () {
cd $name-$version
- autoreconf -i
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -d $PKG/usr/share/man/man{1,8}
- install -m 0644 *.1 $PKG/usr/share/man/man1
- install -m 0644 *.8 $PKG/usr/share/man/man8
+ install -m 0644 $SRC/*.1 $PKG/usr/share/man/man1
+ install -m 0644 $SRC/*.8 $PKG/usr/share/man/man8
install -D -m 0755 $SRC/cifs $PKG/etc/rc.d/cifs
}

Generated by cgit