summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-02-16 15:29:50 +0000
committerThierry Vignaud <tv@mandriva.org>2009-02-16 15:29:50 +0000
commitfc7ccef996b2f3ce661499904b722277d85e0f71 (patch)
tree8cff1a2a4cfa2dc6107b56de8251a4f3655c481b /Makefile
parent4347ff58082e8505852ddb76b12f28657ba8d175 (diff)
downloadmgaonline-fc7ccef996b2f3ce661499904b722277d85e0f71.tar
mgaonline-fc7ccef996b2f3ce661499904b722277d85e0f71.tar.gz
mgaonline-fc7ccef996b2f3ce661499904b722277d85e0f71.tar.bz2
mgaonline-fc7ccef996b2f3ce661499904b722277d85e0f71.tar.xz
mgaonline-fc7ccef996b2f3ce661499904b722277d85e0f71.zip
add an updates configurator (#37903)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25072da9..19809b4d 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ install: all
mkdir -p $(PREFIX)/etc/pam.d
install -m644 pam.d_urpmi.update $(PREFIX)/etc/pam.d/urpmi.update
ln -sf consolehelper $(PREFIX)/usr/bin/urpmi.update
- for i in mdkapplet-restricted-helper mdkapplet-upgrade-helper; do \
+ for i in mdkapplet-config mdkapplet-restricted-helper mdkapplet-upgrade-helper; do \
install -m755 $$i $(SBINDIR); \
ln -sf consolehelper $(PREFIX)/usr/bin/$$i; \
done