[arch-commits] Commit in libc++abi/trunk (PKGBUILD)

Daniel Micay thestinger at archlinux.org
Wed Apr 15 18:50:37 UTC 2015


    Date: Wednesday, April 15, 2015 @ 20:50:35
  Author: thestinger
Revision: 131437

upgpkg: libc++abi 3.6.0-2

Modified:
  libc++abi/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-15 18:47:08 UTC (rev 131436)
+++ PKGBUILD	2015-04-15 18:50:35 UTC (rev 131437)
@@ -4,7 +4,7 @@
 
 pkgname=libc++abi
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A new implementation of low level support for a standard C++ library'
 arch=('i686' 'x86_64')
 url="http://libcxxabi.llvm.org/"
@@ -36,4 +36,7 @@
   ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so"
   cp -a include/ "$pkgdir/usr/include/cxxabi"
   install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # fix incorrect permissions
+  chmod -R o=g "$pkgdir/usr/include"
 }



More information about the arch-commits mailing list