From fc29167bbe48a053ad8d2295dbdb65182aea13d6 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 14 Jul 2010 17:47:20 -0400 Subject: php: make sed avoid unaccessible .pc files left by quilt Signed-off-by: Denys Dmytriyenko --- recipes/php/php_5.2.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/php') 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 -- cgit 1.2.3-korg