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

Antonio Rojas arojas at archlinux.org
Wed Feb 3 19:00:25 UTC 2021


    Date: Wednesday, February 3, 2021 @ 19:00:25
  Author: arojas
Revision: 843490

specify bindir and sysconfdir at build time (FS#69520)

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-03 18:59:41 UTC (rev 843489)
+++ PKGBUILD	2021-02-03 19:00:25 UTC (rev 843490)
@@ -9,7 +9,7 @@
 pkgname=(julia julia-docs)
 epoch=2
 pkgver=1.5.3
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc='High-level, high-performance, dynamic programming language'
 url='https://julialang.org/'
@@ -41,8 +41,9 @@
 }
 
 build() {
-  export PATH="$srcdir/bin:$PATH"
   env CFLAGS="$CFLAGS -w" CXXFLAGS="$CXXFLAGS -w" make VERBOSE=1 -C $pkgbase-$pkgver \
+    bindir=/usr/bin \
+    sysconfdir=/etc \
     USE_SYSTEM_LLVM=1 \
     USE_SYSTEM_LIBUNWIND=1 \
     USE_SYSTEM_PCRE=1 \



More information about the arch-commits mailing list