diff options
-rw-r--r-- | Makefile | 3 | ||||
-rwxr-xr-x | control-center | 2 | ||||
-rw-r--r-- | drakconf.spec | 6 |
3 files changed, 8 insertions, 3 deletions
@@ -22,7 +22,8 @@ install: all $(MAKE) -C po $@ install -d $(DESTDIR)/usr/{bin/,share/{icons,doc/$(NAME)-$(VERSION)}} install -d $(DESTDIR)/usr/sbin - install -d $(DESTDIR)/$(mcc_dir) + install -d $(mcc_dir)/themes/default/ + install -m644 control-center $(mcc_dir)/themes/default/gtkrc install -m755 $(NAME) $(DESTDIR)/usr/sbin/$(NAME).real install -m755 wrapper $(DESTDIR)/usr/bin/$(NAME) install -m755 clock.pl $(DESTDIR)/usr/sbin/ diff --git a/control-center b/control-center index d950bff2..2a582b43 100755 --- a/control-center +++ b/control-center @@ -584,7 +584,7 @@ $SIG{CONT} = sub { Gtk2->main }; $window_splash->destroy; -eval { Gtk2->main } while (1); +eval { Gtk2->main; } while (1); # got when child unexpectedly died and gone in zombie state sub sig_child { diff --git a/drakconf.spec b/drakconf.spec index a9347530..0ffc78e8 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -4,7 +4,7 @@ Summary: The Mandrake Control Center Name: drakconf Version: 9.1 -Release: 0.4mdk +Release: 0.5mdk # get the source from our cvs repository (see # http://www.linuxmandrake.com/en/cvs.php3) Source0: %name-%version.tar.bz2 @@ -42,6 +42,7 @@ Center : kde and gnome themes. %setup -q %build +rm -f po/ta.po perl -pi -e 's/^use strict/#use strict/g' control-center %install @@ -108,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %_datadir/mcc/themes/kde %changelog +* Thu Dec 19 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.1-0.5mdk +- install missing rc file + * Thu Dec 19 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.1-0.4mdk - gtk+2 port - lot of cleaning |