From d42f70f2dfc12f7fc095930fee447ba5129c28c8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Dec 2007 16:02:35 +0000 Subject: install config file for applet --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc92af8e..050815d8 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,8 @@ install: all install -m755 $(MDKUPDATE) $(SBINDIR) install -m755 $(MDKAPPLET) $(BINDIR) install -m755 migrate-mdvonline-applet.pl $(SBINDIR) + install -d $(SYSCONFDIR) + install -m644 mdkapplet.conf $(SYSCONFDIR)/mdkapplet 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