From e47878cf5813860b0b854f02e85d9ffb8c2edf4a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sep 16 2014 14:59:53 +0000 Subject: fix case syntax --- diff --git a/qt.spec b/qt.spec index 976a545..8df8d64 100644 --- a/qt.spec +++ b/qt.spec @@ -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} ;;