mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/erlang-nox to 25.2-2
This commit is contained in:
parent
63bfa779ab
commit
3be426ba63
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=erlang-nox
|
||||
pkgver=25.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_docver=25.0
|
||||
pkgdesc='General-purpose concurrent functional programming language (headless version)'
|
||||
arch=(x86_64)
|
||||
|
@ -44,11 +44,11 @@ build() {
|
|||
--prefix=/usr \
|
||||
--with-odbc \
|
||||
--disable-pgo
|
||||
make
|
||||
make DOC_TARGETS=chunks all docs
|
||||
}
|
||||
|
||||
package() {
|
||||
make -C otp DESTDIR="$pkgdir" install
|
||||
make -C otp DESTDIR="$pkgdir" DOC_TARGETS=chunks install install-docs
|
||||
|
||||
# services and configuration
|
||||
install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
|
||||
|
|
Loading…
Reference in a new issue