rpm: Don't build TUI

The RPM spec isn't set up to properly install the TUI and GUI, so disable
TUI building for now.
This commit is contained in:
Cole Robinson 2010-11-30 10:42:38 -05:00
parent b9fb2ffdc6
commit e7c3ea0071

View File

@ -78,7 +78,7 @@ management API.
%setup -q %setup -q
%build %build
%configure %configure --without-tui
make %{?_smp_mflags} make %{?_smp_mflags}