summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-19 17:06:17 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-19 17:06:17 +0000
commitf72bd41e7faefc5b8cc17980e4dd3531d807290d (patch)
tree8e1c22cd3d7631a43a3335e28e3d42bb08919fe5 /Makefile
parent2716b31839a7348862076608fced29d2fa18cff1 (diff)
downloadurpmi-f72bd41e7faefc5b8cc17980e4dd3531d807290d.tar
urpmi-f72bd41e7faefc5b8cc17980e4dd3531d807290d.tar.gz
urpmi-f72bd41e7faefc5b8cc17980e4dd3531d807290d.tar.bz2
urpmi-f72bd41e7faefc5b8cc17980e4dd3531d807290d.tar.xz
urpmi-f72bd41e7faefc5b8cc17980e4dd3531d807290d.zip
consolehelper is now used for gurpmi2 instead of gurpmi
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9eaa2fdf..b291bc8a 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ install:
# ln -sf urpmi.addmedia $(SBINDIR)/urpmi.removemedia
# ln -sf urpmi.addmedia $(SBINDIR)/urpmi.update
install gurpmi $(SBINDIR)
- ln -s -f ../../usr/bin/consolehelper $(BINDIR)/gurpmi
+ ln -s -f ../../usr/bin/consolehelper $(BINDIR)/gurpmi2
for i in man/??* ; \
do install -d $(MANDIR)/`basename $$i`/man8 ; \
install -m 644 $$i/urpm*.8 $(MANDIR)/`basename $$i`/man8 ; \