From 82b8c8c68d7e7b8becd14a1c0b2ea9d2c1e9dc3c Mon Sep 17 00:00:00 2001 From: R4SAS Date: Wed, 26 Feb 2020 16:09:45 +0300 Subject: [PATCH] rpm: test mageia 8 build --- contrib/rpm/i2pd-git.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/rpm/i2pd-git.spec b/contrib/rpm/i2pd-git.spec index 89e3cee9..96a3a360 100644 --- a/contrib/rpm/i2pd-git.spec +++ b/contrib/rpm/i2pd-git.spec @@ -55,7 +55,13 @@ cd build %endif %endif +%if 0%{?mageia} +pushd build +%endif make %{?_smp_mflags} +%if 0%{?mageia} +popd +%endif %install