From 1cff742e6efd19743295159a5aee40c6261caba8 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Wed, 7 Sep 2016 14:08:23 +0200 Subject: [PATCH] specfile: small refactoring in %install section --- tcsh.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tcsh.spec b/tcsh.spec index f526261..9d9adf7 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -132,7 +132,8 @@ make check %install -mkdir -p %{buildroot}%{_mandir}/man1 %{buildroot}%{_bindir} +mkdir -p %{buildroot}%{_bindir} +mkdir -p %{buildroot}%{_mandir}/man1 install -p -m 755 tcsh %{buildroot}%{_bindir}/tcsh install -p -m 644 tcsh.man %{buildroot}%{_mandir}/man1/tcsh.1 ln -sf tcsh %{buildroot}%{_bindir}/csh