remove braces around command macros
This commit is contained in:
parent
e54c1966cb
commit
18e187fb87
4
mc.spec
4
mc.spec
@ -50,12 +50,12 @@ view tar and zip files, and to poke into RPMs for specific files.
|
||||
--with-gpm-mouse \
|
||||
--with-screen=%{?with_slang:slang}%{!?with_slang:ncurses} \
|
||||
%{nil}
|
||||
%{make_build}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
install -d %{buildroot}%{_sysconfdir}/profile.d
|
||||
|
||||
%{make_install}
|
||||
%make_install
|
||||
|
||||
install contrib/mc.{sh,csh} %{buildroot}%{_sysconfdir}/profile.d
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user