fix case syntax

This commit is contained in:
Rex Dieter 2014-09-16 09:59:53 -05:00
parent fc81bf09c8
commit e47878cf58

View File

@ -759,6 +759,7 @@ for i in * ; do
ln -v ${i} %{buildroot}%{_bindir}/${i}
ln -v ${i} %{buildroot}%{_bindir}/${i}-qt4
ln -sv ${i} ${i}-qt4
;;
*)
ln -v ${i} %{buildroot}%{_bindir}/${i}
;;