[arch-commits] Commit in wpa_supplicant/trunk (PKGBUILD)

Thomas Bächler thomas at nymeria.archlinux.org
Sun Feb 23 10:21:25 UTC 2014


    Date: Sunday, February 23, 2014 @ 11:21:25
  Author: thomas
Revision: 206264

upgpkg: wpa_supplicant 2.1-2: Fix FS#38996

Modified:
  wpa_supplicant/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-23 10:19:32 UTC (rev 206263)
+++ PKGBUILD	2014-02-23 10:21:25 UTC (rev 206264)
@@ -19,9 +19,10 @@
             '3c85fa2cf2465fea86383eece75fa5479507a174da6f0cd09e691fbaaca03c74')
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  patch -p1 -i "${srcdir}"/0001-Revert-OpenSSL-Do-not-accept-SSL-Client-certificate-.patch
 
-  patch -p1 -i "${srcdir}"/0001-Revert-OpenSSL-Do-not-accept-SSL-Client-certificate-.patch
+  cd "${pkgname}/"
   cp "${srcdir}/config" ./.config
   sed -i 's@/usr/local@$(PREFIX)@g' Makefile
 }




More information about the arch-commits mailing list