From 0eef1db31ed4078c4af219ff032e099c0dc8a610 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Sun, 22 Feb 2004 10:57:16 +0000 Subject: - applet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a3c8422f..0f986e2e 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ install: all install -d $(PREFIX)/usr/{sbin,bin,share/{$(NAME),icons/{mini,large}}} install -s -m755 $(NAME) $(SBINDIR) install -s -m755 $(MDKUPDATE) $(BINDIR) - install -s -m755 applet/$(MDKAPPLET) $(BINDIR) + install -s -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