From: Denys Dmytriyenko Date: Wed, 14 Jul 2010 21:47:20 +0000 (-0400) Subject: php: make sed avoid unaccessible .pc files left by quilt X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc29167bbe48a053ad8d2295dbdb65182aea13d6;p=openembedded.git php: make sed avoid unaccessible .pc files left by quilt Signed-off-by: Denys Dmytriyenko --- diff --git a/recipes/php/php_5.2.13.bb b/recipes/php/php_5.2.13.bb index 2a31299308..ea07ba3341 100644 --- a/recipes/php/php_5.2.13.bb +++ b/recipes/php/php_5.2.13.bb @@ -43,7 +43,7 @@ export PHP_PEAR_PHP_BIN = "${bindir}/php" #LDFLAGS += "-lstdc++" do_configure_append() { - find ${S} -type f | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}:g' + find ${S} -type f -readable -writable | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}:g' } # fixme