diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-19 17:06:17 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-19 17:06:17 +0000 |
commit | f72bd41e7faefc5b8cc17980e4dd3531d807290d (patch) | |
tree | 8e1c22cd3d7631a43a3335e28e3d42bb08919fe5 | |
parent | 2716b31839a7348862076608fced29d2fa18cff1 (diff) | |
download | urpmi-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
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | urpmi.spec | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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 ; \ @@ -211,8 +211,9 @@ if (-e "/etc/urpmi/urpmi.cfg") { %if %{allow_gurpmi} %files -n gurpmi %defattr(-,root,root) -%{_sbindir}/gurpmi %{_bindir}/gurpmi +%{_bindir}/gurpmi2 +%{_sbindir}/gurpmi2 %{_menudir}/gurpmi %endif |