]> git.pld-linux.org Git - packages/firefox.git/blob - mozilla-install.patch
- switch to heimdal kerberos
[packages/firefox.git] / mozilla-install.patch
1 --- mozilla/toolkit/mozapps/installer/packager.mk~      2006-12-23 03:31:40.882927000 +0200
2 +++ mozilla/toolkit/mozapps/installer/packager.mk       2006-12-23 03:38:32.302235167 +0200
3 @@ -301,7 +301,7 @@
4  # NOTE: this must be a tar now that dist links into the tree so that we
5  # do not strip the binaries actually in the tree.
6         @echo "Creating package directory..."
7 -       @mkdir $(DIST)/$(MOZ_PKG_APPNAME)
8 +       @mkdir $(DESTDIR)$(MOZ_PKG_APPDIR)
9  ifdef MOZ_PKG_MANIFEST
10         $(RM) -rf $(DIST)/xpt
11         $(PERL) -I$(topsrcdir)/xpinstall/packager -e 'use Packager; \
12 @@ -316,7 +316,7 @@
13         @cd $(DIST) && rsync -auv --copy-unsafe-links $(_APPNAME) $(MOZ_PKG_APPNAME)
14  endif
15  else
16 -       @cd $(DIST)/bin && tar $(TAR_CREATE_FLAGS) - * | (cd ../$(MOZ_PKG_APPNAME); tar -xf -)
17 +       cp -rfLp $(DIST)/bin/* $(DESTDIR)$(MOZ_PKG_APPDIR)
18  endif # DMG
19  endif # MOZ_PKG_MANIFEST
20  ifndef PKG_SKIP_STRIP
21 @@ -348,7 +348,7 @@
22  endif
23         @echo "Removing unpackaged files..."
24  ifdef NO_PKG_FILES
25 -       cd $(DIST)/$(STAGEPATH)$(MOZ_PKG_APPNAME)$(_BINPATH); rm -rf $(NO_PKG_FILES)
26 +       cd $(DESTDIR)$(MOZ_PKG_APPDIR)$(_BINPATH); rm -rf $(NO_PKG_FILES)
27  endif
28  ifdef MOZ_PKG_REMOVALS
29         $(SYSINSTALL) $(MOZ_PKG_REMOVALS_GEN) $(DIST)/$(STAGEPATH)$(MOZ_PKG_APPNAME)$(_BINPATH)
This page took 0.039105 seconds and 3 git commands to generate.