[arch-commits] Commit in openssh/trunk (PKGBUILD)
Gaƫtan Bisson
bisson at archlinux.org
Fri Mar 23 21:09:01 UTC 2018
Date: Friday, March 23, 2018 @ 21:09:00
Author: bisson
Revision: 319877
bikeshedding
Modified:
openssh/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-23 20:27:26 UTC (rev 319876)
+++ PKGBUILD 2018-03-23 21:09:00 UTC (rev 319877)
@@ -36,9 +36,10 @@
backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
prepare() {
- cd $pkgname-$pkgver
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
# OpenSSL 1.1.0 patch from http://vega.pgw.jp/~kabe/vsd/patch/openssh-7.4p1-openssl-1.1.0c.patch.html
- patch -Np1 -i ../openssl-1.1.0.patch
+ patch -p1 -i ../openssl-1.1.0.patch
}
build() {
More information about the arch-commits
mailing list