[csw-devel] SF.net SVN: gar:[5523] csw/mgar/pkg/firefox/branches/firefox3.5-packaging/ files/packager.mk.diff
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Tue Jul 7 00:27:37 CEST 2009
Revision: 5523
http://gar.svn.sourceforge.net/gar/?rev=5523&view=rev
Author: wbonnet
Date: 2009-07-06 22:27:37 +0000 (Mon, 06 Jul 2009)
Log Message:
-----------
Fix some patches
Modified Paths:
--------------
csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/packager.mk.diff
Modified: csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/packager.mk.diff
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/packager.mk.diff 2009-07-06 22:25:48 UTC (rev 5522)
+++ csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/packager.mk.diff 2009-07-06 22:27:37 UTC (rev 5523)
@@ -4,18 +4,18 @@
@@ -394,7 +394,7 @@
endif # MOZ_PKG_MANIFEST
ifndef PKG_SKIP_STRIP
- @echo "Stripping package directory..."
-- @cd $(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR); find . ! -type d \
-+ @cd $(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR); gfind . ! -type d \
- ! -name "*.js" \
- ! -name "*.xpt" \
- ! -name "*.gif" \
+ @echo "Stripping package directory..."
+- @cd $(DIST)/$(STAGEPATH)$(MOZ_PKG_APPNAME); find . ! -type d \
++ @cd $(DIST)/$(STAGEPATH)$(MOZ_PKG_APPNAME); gfind . ! -type d \
+ ! -name "*.js" \
+ ! -name "*.xpt" \
+ ! -name "*.gif" \
@@ -458,7 +458,7 @@
- (cd $(DIST)/sdk/include && tar $(TAR_CREATE_FLAGS) - .) | \
- (cd $(DESTDIR)$(includedir)/stable && tar -xf -)
+ (cd $(DIST)/sdk/include && tar $(TAR_CREATE_FLAGS) - .) | \
+ (cd $(DESTDIR)$(includedir)/stable && tar -xf -)
# The dist/include has module subdirectories that we need to flatten
-- find $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
-+ gfind $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
+- find $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
++ gfind $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
# IDL directory is stable (dist/sdk/idl) and unstable (dist/idl)
- $(NSINSTALL) -D $(DESTDIR)$(idldir)/stable
- $(NSINSTALL) -D $(DESTDIR)$(idldir)/unstable
+ $(NSINSTALL) -D $(DESTDIR)$(idldir)/stable
+ $(NSINSTALL) -D $(DESTDIR)$(idldir)/unstable
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list