diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-09 13:03:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-09 13:03:08 +0000 |
commit | 8d6504d8c0ad9b3b194c0442e8166ba25974a4a3 (patch) | |
tree | 9033952c1b8afb16faac63f96919be237db6bea5 /Makefile | |
parent | 3116cfc33b8d1d58c03ce8e195c82fe8d78c47b3 (diff) | |
download | mgaonline-8d6504d8c0ad9b3b194c0442e8166ba25974a4a3.tar mgaonline-8d6504d8c0ad9b3b194c0442e8166ba25974a4a3.tar.gz mgaonline-8d6504d8c0ad9b3b194c0442e8166ba25974a4a3.tar.bz2 mgaonline-8d6504d8c0ad9b3b194c0442e8166ba25974a4a3.tar.xz mgaonline-8d6504d8c0ad9b3b194c0442e8166ba25974a4a3.zip |
link urpmi.update on consolehelper
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ install: all install -m644 x-mdv-exec.desktop $(DATADIR)/mimelnk/applications/ mkdir -p $(PREFIX)/etc/security/console.apps/ install -m644 console.apps_urpmi.update $(PREFIX)/etc/security/console.apps/urpmi.update - ln -sf ../sbin/urpmi.update $(PREFIX)/usr/bin/urpmi.update + ln -sf consolehelper $(PREFIX)/usr/bin/urpmi.update # rules to build a test rpm |