wok-next rev 20489
nareto: update index.php path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 12 11:42:04 2018 +0100 (2018-03-12) |
parents | 9665852f4e39 |
children | a54030a5b01b |
files | nareto/receipt |
line diff
1.1 --- a/nareto/receipt Mon Mar 12 11:00:54 2018 +0100 1.2 +++ b/nareto/receipt Mon Mar 12 11:42:04 2018 +0100 1.3 @@ -66,6 +66,7 @@ 1.4 1.5 mkdir -p $install/usr/share/nareto 1.6 cp -a $src/docs $install/usr/share/nareto 1.7 +ls -l $install/usr/share/nareto/nareto-$VERSION/Artichow/images 1.8 } 1.9 1.10 genpkg_rules() { 1.11 @@ -79,8 +80,8 @@ 1.12 copy @std @rm 1.13 sed -i 's/oreon.jpg/centreon.png/' $fs/usr/share/nareto/index.php 1.14 sed -i -e 's/oreon/centreon/g' -e 's/Oreon/Centreon/g' \ 1.15 - $fs/usr/share/nareto/index.php \ 1.16 - $fs/usr/share/nareto/administration/gestion_auto.php 1.17 + $fs/usr/share/nareto/nareto-$VERSION/index.php \ 1.18 + $fs/usr/share/nareto/nareto-$VERSION/administration/gestion_auto.php 1.19 find $fs/usr/share/nareto -type f \ 1.20 | while read file; do 1.21 case "$file" in