Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=69248158f11787cf2fc27e5c445d307600f8fb1d
commit 69248158f11787cf2fc27e5c445d307600f8fb1d Author: crazy <[EMAIL PROTECTED]> Date: Mon Jan 14 23:58:48 2008 +0100 util.sh * fix bug in _F_desktop_show_in which * was always set to $pkgname.dektop diff --git a/source/include/util.sh b/source/include/util.sh index d4abac4..14ebd19 100644 --- a/source/include/util.sh +++ b/source/include/util.sh @@ -952,7 +952,7 @@ MimeType=$dmime EOF if [ ! -z $_F_desktop_show_in ] ; then - echo "OnlyShowIn=$dshowin;" >> $Fdestdir$Fmenudir/$pkgname.desktop + echo "OnlyShowIn=$dshowin;" >> $Fdestdir$Fmenudir/$deskfilename fi } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
