]> gitweb @ CieloNegro.org - pkgsrc-firefox3.git/blob - patches/patch-we
Initial revision of the upstream www/firefox3
[pkgsrc-firefox3.git] / patches / patch-we
1 $NetBSD: patch-we,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $
2
3 --- toolkit/mozapps/installer/packager.mk.orig  2008-05-18 23:12:08.000000000 +0200
4 +++ toolkit/mozapps/installer/packager.mk
5 @@ -426,7 +426,7 @@ ifdef INSTALL_SDK # Here comes the hard 
6         (cd $(DIST)/sdk/include && tar $(TAR_CREATE_FLAGS) - .) | \
7           (cd $(DESTDIR)$(includedir)/stable && tar -xf -)
8  # The dist/include has module subdirectories that we need to flatten
9 -       find $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
10 +       find $(DIST)/include -type f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
11  # IDL directory is stable (dist/sdk/idl) and unstable (dist/idl)
12         $(NSINSTALL) -D $(DESTDIR)$(idldir)/stable 
13         $(NSINSTALL) -D $(DESTDIR)$(idldir)/unstable