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

14 lines
581 B
Plaintext

$NetBSD: patch-ao,v 1.13 2014/03/20 21:02:00 ryoon Exp $
--- toolkit/mozapps/installer/packager.mk.orig 2014-03-15 05:19:37.000000000 +0000
+++ toolkit/mozapps/installer/packager.mk
@@ -775,7 +775,7 @@ endif
$(NSINSTALL) -D $(DESTDIR)$(bindir)
$(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
-ifdef INSTALL_SDK # Here comes the hard part
+ifeq ($(MOZ_APP_NAME),xulrunner)
$(NSINSTALL) -D $(DESTDIR)$(includedir)
(cd $(DIST)/include && $(TAR) $(TAR_CREATE_FLAGS) - .) | \
(cd $(DESTDIR)$(includedir) && tar -xf -)