[csw-devel] SF.net SVN: gar:[14456] csw/mgar/gar/v2/gar.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Apr 29 11:41:42 CEST 2011
Revision: 14456
http://gar.svn.sourceforge.net/gar/?rev=14456&view=rev
Author: dmichelsen
Date: 2011-04-29 09:41:42 +0000 (Fri, 29 Apr 2011)
Log Message:
-----------
mGAR v2: Bugfix after pcopy transition for copy-config-only
Modified Paths:
--------------
csw/mgar/gar/v2/gar.mk
Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk 2011-04-29 02:51:34 UTC (rev 14455)
+++ csw/mgar/gar/v2/gar.mk 2011-04-29 09:41:42 UTC (rev 14456)
@@ -887,8 +887,7 @@
# Copy
merge-copy-config-only:
$(_DBG_MERGE)(cd $(INSTALLISADIR)$(if $(ALLOW_RELOCATE),$(RELOCATE_PREFIX)); umask 022 && pcopy $(_PAX_ARGS) \
- -s ",^\(\.$(bindir)/.*-config\)\$$,\1,p" \
- -s ",.*,," \
+ -m -s ",^\(\.$(bindir)/.*-config\)\$$,\1,p" \
. $(PKGROOT) \
)
@$(MAKECOOKIE)
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