Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 1344d96

Browse files
arojassvntogit
authored andcommitted
specify bindir and sysconfdir at build time (FS#69520)
git-svn-id: file:///srv/repos/svn-community/svn@843490 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 02cf88e commit 1344d96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

trunk/PKGBUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pkgbase=julia
99
pkgname=(julia julia-docs)
1010
epoch=2
1111
pkgver=1.5.3
12-
pkgrel=2
12+
pkgrel=3
1313
arch=(x86_64)
1414
pkgdesc='High-level, high-performance, dynamic programming language'
1515
url='https://julialang.org/'
@@ -41,8 +41,9 @@ prepare() {
4141
}
4242

4343
build() {
44-
export PATH="$srcdir/bin:$PATH"
4544
env CFLAGS="$CFLAGS -w" CXXFLAGS="$CXXFLAGS -w" make VERBOSE=1 -C $pkgbase-$pkgver \
45+
bindir=/usr/bin \
46+
sysconfdir=/etc \
4647
USE_SYSTEM_LLVM=1 \
4748
USE_SYSTEM_LIBUNWIND=1 \
4849
USE_SYSTEM_PCRE=1 \

0 commit comments

Comments
 (0)