summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-17 15:50:13 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-17 15:50:13 +0000
commit504cae029a9341bd9437153a6e7478fea4465e61 (patch)
tree1d62884c37998ef8b75a86e3bff2ac31f61a33b1 /Makefile
parent21257ed80a49705cac8d64288ec641708a8e1807 (diff)
downloadcontrol-center-504cae029a9341bd9437153a6e7478fea4465e61.tar
control-center-504cae029a9341bd9437153a6e7478fea4465e61.tar.gz
control-center-504cae029a9341bd9437153a6e7478fea4465e61.tar.bz2
control-center-504cae029a9341bd9437153a6e7478fea4465e61.tar.xz
control-center-504cae029a9341bd9437153a6e7478fea4465e61.zip
(load_packages2install,clean_list,run_tool) enable to install missing
tools through /usr/share/mcc/progs.conf (eg: system-printer-config on live CDs, #49994
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4d2262ce..8914fd4d 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ install: all
./generate-conf-file.pl
mkdir -p $(SYSCONFDIR)
install -m 644 mcc.conf $(SYSCONFDIR)
+ install -m 644 progs.conf $(mcc_dir)/
dis: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*