diff options
author | tnn <tnn@pkgsrc.org> | 2011-08-19 15:07:26 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-08-19 15:07:26 +0000 |
commit | c69166886ff37b4ae9eb7bc78333575fa2659342 (patch) | |
tree | 465ea589c032f06a612eb92328c9ef3f4eff613f /mail | |
parent | 5b394abcfdc54babc9c602036552868687720aad (diff) | |
download | pkgsrc-c69166886ff37b4ae9eb7bc78333575fa2659342.tar.gz |
Fix icon path.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 345c7a20e4e..20b2355d35b 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2011/08/19 14:39:09 tnn Exp $ +# $NetBSD: Makefile,v 1.72 2011/08/19 15:07:26 tnn Exp $ # DISTNAME= thunderbird-${TB_VER}.source @@ -57,7 +57,7 @@ INSTALLATION_DIRS+= share/applications share/pixmaps post-install: ${INSTALL_DATA} ${WRKDIR}/desktop \ ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop - ${INSTALL_DATA} ${WRKSRC}/dist/thunderbird/chrome/icons/default/default48.png \ + ${INSTALL_DATA} ${WRKSRC}/mozilla/dist/thunderbird/chrome/icons/default/default48.png \ ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png @${STEP_MSG} "Installing bundled thunderbird extensions." ${TOUCH} ${TOUCH_FLAGS} ${DESTDIR}${PREFIX}/include/thunderbird/mozilla/throw_gcc.h |