wok-6.x diff web-applications/receipt @ rev 20899
updated exiv2 and exiv2-dev (0.265 -> 0.27.0a)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 26 16:50:37 2019 +0100 (2019-02-26) |
parents | 50d80732aeb6 |
children | 3cda55aed22c |
line diff
1.1 --- a/web-applications/receipt Sun Oct 15 01:02:51 2017 +0200 1.2 +++ b/web-applications/receipt Tue Feb 26 16:50:37 2019 +0100 1.3 @@ -14,5 +14,5 @@ 1.4 { 1.5 mkdir -p $fs/usr/share 1.6 cp -a stuff/* $fs/usr/share 1.7 - cd $fs/usr/share/pixmaps ; find -size +4k -delete 1.8 + find $fs/usr/share/pixmaps -size +4k -delete 1.9 }