From eb78f07ef2592ddfe43c935d0d9646792d30f26f Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 4 May 2004 05:58:24 +0000 Subject: don't strip perl programs... --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 81bce35d..336ee4fd 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,9 @@ clean: install: all $(MAKE) -C po $@ install -d $(PREFIX)/usr/{sbin,bin,share/{$(NAME)/pixmaps,autostart,icons/{mini,large}}} - install -s -m755 $(NAME) $(SBINDIR) - install -s -m755 $(MDKUPDATE) $(SBINDIR) - install -s -m755 $(MDKAPPLET) $(BINDIR) + install -m755 $(NAME) $(SBINDIR) + install -m755 $(MDKUPDATE) $(SBINDIR) + install -m755 $(MDKAPPLET) $(BINDIR) install -m644 icons/$(NAME)16.png $(ICONSDIR)/mini/$(NAME).png install -m644 icons/$(NAME)32.png $(ICONSDIR)/$(NAME).png install -m644 icons/$(NAME)48.png $(ICONSDIR)/large/$(NAME).png -- cgit v1.2.1