mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/erlang to 25.2-3
This commit is contained in:
parent
3be426ba63
commit
1d92243bb2
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
pkgbase=erlang
|
||||
pkgname=(erlang erlang-unixodbc)
|
||||
pkgver=25.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_docver=25.0
|
||||
arch=(x86_64)
|
||||
url='https://erlang.org'
|
||||
|
@ -47,7 +47,7 @@ build() {
|
|||
--prefix=/usr \
|
||||
--with-odbc \
|
||||
--disable-pgo
|
||||
make
|
||||
make DOC_TARGETS=chunks all docs
|
||||
}
|
||||
|
||||
package_erlang() {
|
||||
|
@ -60,7 +60,7 @@ package_erlang() {
|
|||
conflicts=(erlang-nox)
|
||||
|
||||
export PATH="$srcdir/bin:$PATH"
|
||||
make -C otp DESTDIR="$pkgdir" install
|
||||
make -C otp DESTDIR="$pkgdir" DOC_TARGETS=chunks install install-docs
|
||||
|
||||
# move files that belong to the erlang-unixodbc package
|
||||
mkdir -p unixodbc
|
||||
|
|
Loading…
Reference in a new issue