Skip to content

Commit

Permalink
Fix make rpm error.
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang committed Oct 6, 2008
1 parent 1d67753 commit aa445d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ibus.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/ibus/
%dir %{_datadir}/ibus/daemon/
%dir %{_datadir}/ibus/gconf/
%dir %{_datadir}/ibus/panel/
%dir %{_datadir}/ibus/ui
%dir %{_datadir}/ibus/setup/
%dir %{_datadir}/ibus/engine/
%dir %{_datadir}/ibus/icons/
Expand All @@ -101,14 +101,14 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libibus-gtk.so*
%{_datadir}/ibus/daemon/*
%{_datadir}/ibus/gconf/*
%{_datadir}/ibus/panel/*
%{_datadir}/ibus/ui/*
%{_datadir}/ibus/setup/*
%{_datadir}/ibus/icons/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_bindir}/ibus-daemon
%{_bindir}/ibus-gconf
%{_bindir}/ibus-panel
%{_bindir}/ibus-ui-gtk
%{_bindir}/ibus-x11
%config %{_xinputconf}

Expand Down

0 comments on commit aa445d7

Please sign in to comment.