diff options
-rw-r--r-- | drakconf.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drakconf.spec b/drakconf.spec index 47bb049f..df9b6078 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -54,7 +54,7 @@ Center : kde and gnome themes. #install menu mkdir -p %buildroot/%_menudir cat > %buildroot/%_menudir/drakconf << EOF -?package(%{name}): needs="x11" icon="drakconf.png" section="Configuration" title="Mandrake Control Center" longtitle="System configuration tool" command="%_bindir/%name" +?package(%{name}): needs="x11" icon="drakconf.png" section="Configuration" title="Mandrake Control Center" longtitle="System configuration tool" command="%_sbindir/%name" EOF #install menu icon @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %_datadir/mcc/kde %changelog +* Wed Aug 21 2002 dchaumette <dchaumette@mandrakesoft.com> 9.0-0.8mdk +- fix wrong link in menu + * Wed Aug 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.0-0.7mdk - fix move from /root/.mcc to /etc/mcc.conf |