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 /urpmi.spec | |
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
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |