diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-03-26 11:02:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-03-26 11:04:25 -0700 |
commit | 76619b80b5615f33f821be04768ed53616f825d0 (patch) | |
tree | 493f8907d41a4b8ee45f1292c82de2cacc504baa /recipes/modphp | |
parent | 1c91750ce151a9c63526fb220d6bd56fc67891aa (diff) |
recipes: Get rid of redundant FILESPATH
Diffstat (limited to 'recipes/modphp')
-rw-r--r-- | recipes/modphp/modphp5.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/modphp/modphp5.inc b/recipes/modphp/modphp5.inc index 3aaaf03e62..a0417cf189 100644 --- a/recipes/modphp/modphp5.inc +++ b/recipes/modphp/modphp5.inc @@ -4,7 +4,8 @@ LICENSE = "PHP" RDEPENDS = "apache2" DEPENDS = "apache2-native apache2 zlib" SRC_URI = "http://de3.php.net/distributions/php-${PV}.tar.bz2 \ - file://${FILESDIR}/configure.patch;patch=1" + file://configure.patch;patch=1 \ + " S = "${WORKDIR}/php-${PV}" |