diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
2 files changed, 1 insertions, 3 deletions
@@ -26,7 +26,6 @@ install: all install -m644 control-center.rc $(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/ install -m755 menus_launcher.pl $(DESTDIR)/usr/sbin/ install -m755 print_launcher.pl $(DESTDIR)/usr/sbin/ install -m755 drakxconf $(DESTDIR)/usr/sbin/ @@ -65,4 +64,4 @@ changelog: cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog -log: changelog
\ No newline at end of file +log: changelog diff --git a/po/POTFILES.in b/po/POTFILES.in index 2377fc15..ea79f391 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,4 @@ control-center -clock.pl contributors.pl menus_launcher.pl print_launcher.pl |