mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
Fixed extra/samba PKGBUILD patching
This commit is contained in:
parent
83519164ed
commit
7058a46be2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
|
|||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgbase}-${_realver}
|
||||
patch -Np1 -i ../fix-ipv6-mount.patch || return 1
|
||||
patch -Np0 -i ../fix-ipv6-mount.patch || return 1
|
||||
cd ${srcdir}/${pkgbase}-${_realver}/source3
|
||||
|
||||
# heimdal-1.3.1 build fix
|
||||
|
|
Loading…
Reference in a new issue