From b51a1ba63741812ba911048ea62d1434e1e9c30d Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Wed, 7 May 2025 02:32:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20=D0=B8=D0=B4?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=B8=D1=84=D0=B8=D0=BA=D0=B0=D1=82=D0=BE?= =?UTF-8?q?=D1=80=20=D0=BC=D0=B0=D0=BA=D1=80=D0=BE=D1=81=D0=B0=20(=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D1=86=D0=B5=D0=BD=D1=82),=20=D0=BB=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=B5=D1=82=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20?= =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8.=20=D0=94=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC?= =?UTF-8?q?=D0=B5=D1=82=D1=80=20=D0=BA=D0=BE=D0=BB=D0=B8=D1=87=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B2=D0=B0=20=D0=BF=D1=80=D0=BE=D1=86=D0=B5=D1=81=D1=81?= =?UTF-8?q?=D0=BE=D1=80=D0=BE=D0=B2=20=D0=BF=D1=80=D0=B8=20=D1=81=D0=B1?= =?UTF-8?q?=D0=BE=D1=80=D0=BA=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.yml b/package.yml index 458a593..ef4dd8c 100644 --- a/package.yml +++ b/package.yml @@ -20,7 +20,7 @@ setup : | autoreconf -f -i - # Optimization flags for the `%configure` macro compilation break the service's stability, so the default call is used. + # Optimization flags for the `configure` macro compilation break the service's stability, so the default call is used. ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ @@ -34,7 +34,7 @@ setup : | build : | cd openslp - %make + %make -j`nproc` # Preparation of man pages gzip -c $pkgfiles/man/en/slptool.1 > slptool.1.gz.en