diff options
Diffstat (limited to 'devel/xulrunner17/patches/patch-ao')
-rw-r--r-- | devel/xulrunner17/patches/patch-ao | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/xulrunner17/patches/patch-ao b/devel/xulrunner17/patches/patch-ao new file mode 100644 index 00000000000..f6839bf02c2 --- /dev/null +++ b/devel/xulrunner17/patches/patch-ao @@ -0,0 +1,15 @@ +$NetBSD: patch-ao,v 1.1 2013/01/10 16:17:10 ryoon Exp $ + +--- toolkit/mozapps/installer/packager.mk.orig 2012-08-24 22:56:07.000000000 +0000 ++++ toolkit/mozapps/installer/packager.mk +@@ -905,8 +905,8 @@ endif + (cd $(DIST)/$(MOZ_PKG_DIR) && tar $(TAR_CREATE_FLAGS) - .) | \ + (cd $(DESTDIR)$(installdir) && tar -xf -) + $(NSINSTALL) -D $(DESTDIR)$(bindir) +- $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) +- ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) ++ $(RM) -f $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) ++ ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) + ifdef INSTALL_SDK # Here comes the hard part + $(NSINSTALL) -D $(DESTDIR)$(includedir) + (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \ |