From f583b943aa7acd411847bdcee25bfb00acbbdd8e Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 17 Jan 2023 14:25:50 -0500 Subject: [PATCH] - use make macros --- socat.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/socat.spec b/socat.spec index f3f1af4..6d01b25 100644 --- a/socat.spec +++ b/socat.spec @@ -45,10 +45,10 @@ mv CHANGES.utf8 CHANGES --enable-openssl --enable-sycls --enable-filan \ --enable-retry # --enable-fips -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install + %make_install install -d %{buildroot}/%{_docdir}/socat install -m 0644 *.sh %{buildroot}/%{_docdir}/socat/ echo ".so man1/socat.1" | gzip > %{buildroot}/%{_mandir}/man1/filan.1.gz