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

Alexander Rødseth arodseth at archlinux.org
Tue Mar 27 20:26:02 UTC 2018


    Date: Tuesday, March 27, 2018 @ 20:26:01
  Author: arodseth
Revision: 312915

upgpkg: distcc 3.3-2

Modified:
  distcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 20:25:33 UTC (rev 312914)
+++ PKGBUILD	2018-03-27 20:26:01 UTC (rev 312915)
@@ -5,7 +5,7 @@
 
 pkgname=distcc
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed C, C++ and Objective-C compiler'
 arch=('x86_64')
 url='https://github.com/distcc/distcc'
@@ -65,6 +65,8 @@
   install -d "$pkgdir/usr/lib/$pkgname/bin"
   for bin in c++ cc cpp g++ gcc; do
     ln -sf "/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/bin/$bin"
+    # Additional symlinks are needed, see FS#57978
+    ln -sf "/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/$bin"
   done
 }
 



More information about the arch-commits mailing list