wok diff php-cli/receipt @ rev 15067
hdf5: fix compile_rules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 11:44:44 2013 +0000 (2013-08-13) |
parents | 855f42b596c0 |
children | 78cb1e930abd |
line diff
1.1 --- a/php-cli/receipt Mon Jun 18 22:11:42 2012 +0200 1.2 +++ b/php-cli/receipt Tue Aug 13 11:44:44 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="php-cli" 1.7 -VERSION="5.4.4" 1.8 +VERSION="5.4.13" 1.9 CATEGORY="development" 1.10 SHORT_DESC="PHP web programming language command line interpreter." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -13,5 +13,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/bin 1.16 - cp -a $_pkg/usr/bin/php $fs/usr/bin 1.17 + cp -a $install/usr/bin/php $fs/usr/bin 1.18 }