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

Jonathan Steel jsteel at archlinux.org
Tue Jul 11 08:48:19 UTC 2017


    Date: Tuesday, July 11, 2017 @ 08:48:18
  Author: jsteel
Revision: 244034

upgpkg: vagrant-substrate 718.205e64c-2

FS#54246 Fix pkg-config paths

Modified:
  vagrant-substrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-11 08:48:14 UTC (rev 244033)
+++ PKGBUILD	2017-07-11 08:48:18 UTC (rev 244034)
@@ -3,7 +3,7 @@
 pkgname=vagrant-substrate
 _pkgname=vagrant-installers
 pkgver=718.205e64c
-pkgrel=1
+pkgrel=2
 pkgdesc="Substrate layer for Vagrant"
 arch=('i686' 'x86_64')
 url="http://vagrantup.com"
@@ -75,4 +75,8 @@
 
   install -Dm644 LICENSE.md \
     "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # FS#54246 Fix pkg-config paths
+  sed -i 's@/build/vagrant-substrate/src/vagrant-installers/@/@g' \
+    "$pkgdir"/opt/vagrant/embedded/lib/pkgconfig/*.pc
 }



More information about the arch-commits mailing list