summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-12-04 16:02:35 +0000
committerThierry Vignaud <tv@mandriva.org>2007-12-04 16:02:35 +0000
commitd42f70f2dfc12f7fc095930fee447ba5129c28c8 (patch)
tree8c7ed45e20c4375b2016fdab829aed8471405e09 /Makefile
parentec6d4ebc58cc4bcc3a2f80bd9d6d0098919934d7 (diff)
downloadmgaonline-d42f70f2dfc12f7fc095930fee447ba5129c28c8.tar
mgaonline-d42f70f2dfc12f7fc095930fee447ba5129c28c8.tar.gz
mgaonline-d42f70f2dfc12f7fc095930fee447ba5129c28c8.tar.bz2
mgaonline-d42f70f2dfc12f7fc095930fee447ba5129c28c8.tar.xz
mgaonline-d42f70f2dfc12f7fc095930fee447ba5129c28c8.zip
install config file for applet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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