From 823d906c0cd4470db45431f9fb4ba9e5071cab56 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 13 Apr 2005 15:56:11 +0000 Subject: In the KDE menu for gurpmi, use %F so it can handle several rpms at once (bug 8219) --- urpmi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpmi.spec b/urpmi.spec index 26fc6970..dd41fb73 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -126,7 +126,7 @@ install -m 644 %{name}.bash-completion %{buildroot}%{_sysconfdir}/bash_completio %if %{allow_gurpmi} mkdir -p %{buildroot}%{_menudir} cat << EOF > %{buildroot}%{_menudir}/gurpmi -?package(gurpmi): command="%{_bindir}/gurpmi" \ +?package(gurpmi): command="%{_bindir}/gurpmi %%F" \ needs="kde" \ section=".hidden" \ title="Software installer" \ -- cgit v1.2.1