wok-next rev 1547
php: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 11 20:21:26 2008 +0000 (2008-10-11) |
parents | f0eb3155b5ec |
children | 6f5051317527 |
files | php/receipt |
line diff
1.1 --- a/php/receipt Sat Oct 11 17:42:03 2008 +0000 1.2 +++ b/php/receipt Sat Oct 11 20:21:26 2008 +0000 1.3 @@ -50,7 +50,7 @@ 1.4 sed -e 's|extension_dir = "./"|extension_dir = "/usr/share/php/"|' \ 1.5 -i _pkg/etc/php.ini 1.6 cp -a ../stuff/phpinfo _pkg/usr/share 1.7 - mkdir _pkg/usr/share/applications _pkg/usr/share/pixmap 1.8 + mkdir _pkg/usr/share/applications _pkg/usr/share/pixmaps 1.9 cp ../stuff/php.desktop _pkg/usr/share/applications 1.10 cp ../stuff/php.png _pkg/usr/share/pixmaps 1.11 }