# HG changeset patch # User Pascal Bellard # Date 1582300743 -3600 # Node ID fc58f18310e42b070cbb781bee75185be3b17081 # Parent 021c9e62f9d7aaaf3a10e0e4977a51b025ca9d4c web-applications: add radios (again) diff -r 021c9e62f9d7 -r fc58f18310e4 web-applications/receipt --- a/web-applications/receipt Fri Feb 21 16:43:33 2020 +0100 +++ b/web-applications/receipt Fri Feb 21 16:59:03 2020 +0100 @@ -14,6 +14,6 @@ { mkdir -p $fs/usr/share $fs/var/www cp -a stuff/applications stuff/pixmaps $fs/usr/share - cp -a stutff/radio.html $fs/var/www + cp -a stuff/radio.html $fs/var/www find $fs/usr/share/pixmaps -size +4k -delete }