Date: Thursday, February 2, 2023 @ 23:16:36
Author: arodseth
Revision: 1392045
upgpkg: erlang-nox 25.2-2
Modified:
erlang-nox/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-02 22:51:06 UTC (rev 1392044)
+++ PKGBUILD 2023-02-02 23:16:36 UTC (rev 1392045)
@@ -7,7 +7,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)
@@ -40,11 +40,11 @@
--enable-smp-support \
--prefix=/usr \
--with-odbc
- 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"