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

Bruno Pagani archange at archlinux.org
Sun Oct 6 16:24:51 UTC 2019


    Date: Sunday, October 6, 2019 @ 16:24:50
  Author: archange
Revision: 513591

Fix tab/whitespaces mix

Modified:
  libressl/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-06 16:20:09 UTC (rev 513590)
+++ PKGBUILD	2019-10-06 16:24:50 UTC (rev 513591)
@@ -26,26 +26,26 @@
 }
 
 build() {
-	cd ${pkgname}-${pkgver}
+    cd ${pkgname}-${pkgver}
     ./configure \
-		--prefix=/usr \
-		--with-openssldir=/etc/libressl \
-		--libdir=/usr/lib/libressl \
-		--includedir=/usr/include/libressl \
-		--program-prefix "libressl-"
+        --prefix=/usr \
+        --with-openssldir=/etc/libressl \
+        --libdir=/usr/lib/libressl \
+        --includedir=/usr/include/libressl \
+        --program-prefix "libressl-"
     sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-	make
+    make
 }
 
 check() {
-	cd ${pkgname}-${pkgver}
-	make check
+    cd ${pkgname}-${pkgver}
+    make check
 }
 
 package() {
-	cd ${pkgname}-${pkgver}
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+    install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
 
     # Remove symlink man pages, that actually points to OpenSSL ones since the prefix is not accounted for
     for manlink in $(find -L "${pkgdir}"/usr/share/man/man3/ -type l) ;



More information about the arch-commits mailing list