[arch-commits] Commit in openssh/trunk (PKGBUILD.snap)

Gaëtan Bisson bisson at archlinux.org
Thu Feb 6 07:44:53 UTC 2020


    Date: Thursday, February 6, 2020 @ 07:44:53
  Author: bisson
Revision: 374730

fix path

Modified:
  openssh/trunk/PKGBUILD.snap

---------------+
 PKGBUILD.snap |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD.snap
===================================================================
--- PKGBUILD.snap	2020-02-06 07:38:35 UTC (rev 374729)
+++ PKGBUILD.snap	2020-02-06 07:44:53 UTC (rev 374730)
@@ -36,7 +36,9 @@
 install=install
 
 prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+#	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
+
 	patch -p1 -i "${srcdir}/glibc-2.31.patch"
 }
 



More information about the arch-commits mailing list