Files
pkgsrc-ng/www/firefox24/patches/patch-ao
2014-11-05 12:41:07 +01:00

16 lines
765 B
Plaintext

$NetBSD: patch-ao,v 1.2 2014/03/26 13:56:22 ryoon Exp $
--- toolkit/mozapps/installer/packager.mk.orig 2014-03-15 16:06:46.000000000 +0000
+++ toolkit/mozapps/installer/packager.mk
@@ -676,8 +676,8 @@ endif
(cd $(DIST)/$(MOZ_PKG_DIR) && $(TAR) --exclude=precomplete $(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) - .) | \