wok-current diff web-applications/receipt @ rev 21794
updated firefox-official packages (67.0.3 -> 68.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Aug 07 15:28:16 2019 +0100 (2019-08-07) |
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 Wed Aug 07 15:28:16 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 }