tinycm diff tinycm @ rev 86

Update French translation
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:13:50 2017 +0100 (2017-02-12)
parents 4e8dfb19f2a7
children 95673a3de4e4
line diff
     1.1 --- a/tinycm	Fri Feb 10 23:17:21 2017 +0100
     1.2 +++ b/tinycm	Sun Feb 12 00:13:50 2017 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  # Linux/BSD distribution providing a web server with CGI SHell support
     1.5  # such as LightTPD.
     1.6  #
     1.7 -# Copyright (C) 2014 SliTaz GNU/Linux - BSD License
     1.8 +# Copyright (C) 2014-2017 SliTaz GNU/Linux - BSD License
     1.9  #
    1.10  
    1.11  list="tinycm.list"
    1.12 @@ -69,6 +69,7 @@
    1.13  		mkdir -p $path
    1.14  		for file in index.cgi style.css images lib plugins
    1.15  		do
    1.16 +			echo "* Installing: $file"
    1.17  			cp -a $file $path
    1.18  		done
    1.19  		if [ $(id) == 0 ]; then