specfile: small refactoring in %install section
This commit is contained in:
parent
1b9580c99e
commit
1cff742e6e
@ -132,7 +132,8 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%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 755 tcsh %{buildroot}%{_bindir}/tcsh
|
||||||
install -p -m 644 tcsh.man %{buildroot}%{_mandir}/man1/tcsh.1
|
install -p -m 644 tcsh.man %{buildroot}%{_mandir}/man1/tcsh.1
|
||||||
ln -sf tcsh %{buildroot}%{_bindir}/csh
|
ln -sf tcsh %{buildroot}%{_bindir}/csh
|
||||||
|
Loading…
Reference in New Issue
Block a user