wok-current rev 22870
web-applications: add radios (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 21 16:59:03 2020 +0100 (2020-02-21) |
parents | 021c9e62f9d7 |
children | 638330b48a18 |
files | web-applications/receipt |
line diff
1.1 --- a/web-applications/receipt Fri Feb 21 16:43:33 2020 +0100 1.2 +++ b/web-applications/receipt Fri Feb 21 16:59:03 2020 +0100 1.3 @@ -14,6 +14,6 @@ 1.4 { 1.5 mkdir -p $fs/usr/share $fs/var/www 1.6 cp -a stuff/applications stuff/pixmaps $fs/usr/share 1.7 - cp -a stutff/radio.html $fs/var/www 1.8 + cp -a stuff/radio.html $fs/var/www 1.9 find $fs/usr/share/pixmaps -size +4k -delete 1.10 }