Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2018 00:10:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 233591] mail/thunderbird has incorrect icon name in desktop file
Message-ID:  <bug-233591-21738-quAcnSVnqs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233591-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233591-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233591

--- Comment #1 from Zach Dykstra <soporose@gmail.com> ---
--- Makefile    2018-11-27 18:09:01.939635000 -0600
+++ Makefile.no-suffix  2018-11-27 18:08:39.801660000 -0600
@@ -58,7 +58,7 @@
 .endif

 post-extract:
-       @${SED} -e
's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \
+       @${SED} -e
's|@PORTNAME_ICON@|${PORTNAME_ICON:R}|;s|@MOZILLA@|${MOZILLA}|' \
                <${FILESDIR}/thunderbird.desktop.in
>${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop

 post-patch:

The above diff seems to generate the correct work/thunderbird.desktop file.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233591-21738-quAcnSVnqs>