diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-07-25 04:03:33 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-07-25 04:03:33 +0000 |
commit | 81632787bc48dc23eeaab328f4d9f4773df4d4e2 (patch) | |
tree | 187fa7d34cc92b8403f0a219d4e43f9bb4a9cb4a /www/firefox31 | |
parent | 8e1479bfd286c50eabc15b50e86fdce348035ea9 (diff) | |
download | pkgsrc-81632787bc48dc23eeaab328f4d9f4773df4d4e2.tar.gz |
Should fix devel/xulrunner31 symlink, bin/xulrunner31.
Diffstat (limited to 'www/firefox31')
-rw-r--r-- | www/firefox31/patches/patch-ao | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox31/patches/patch-ao b/www/firefox31/patches/patch-ao index 356d06f99cd..470cab7e46e 100644 --- a/www/firefox31/patches/patch-ao +++ b/www/firefox31/patches/patch-ao @@ -1,4 +1,4 @@ -$NetBSD: patch-ao,v 1.1 2014/11/03 12:18:32 ryoon Exp $ +$NetBSD: patch-ao,v 1.2 2015/07/25 04:03:33 ryoon Exp $ --- toolkit/mozapps/installer/packager.mk.orig 2014-10-11 15:00:07.000000000 +0000 +++ toolkit/mozapps/installer/packager.mk @@ -10,7 +10,7 @@ $NetBSD: patch-ao,v 1.1 2014/11/03 12:18:32 ryoon Exp $ - ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) -ifdef INSTALL_SDK # Here comes the hard part + $(RM) -f $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) -+ ln -s $(installdir)/firefox $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) ++ ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) +ifeq ($(MOZ_APP_NAME),xulrunner) $(NSINSTALL) -D $(DESTDIR)$(includedir) (cd $(DIST)/include && $(TAR) $(TAR_CREATE_FLAGS) - .) | \ |