wok diff scite/receipt @ rev 23830
syslinux/isohybrid: remove Apple partitions (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 31 10:20:05 2020 +0000 (2020-05-31) |
parents | 4de7333f0ac9 |
children | e919c5a2742d |
line diff
1.1 --- a/scite/receipt Thu Oct 03 10:00:59 2019 +0100 1.2 +++ b/scite/receipt Sun May 31 10:20:05 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scite" 1.7 -VERSION="4.2.0" 1.8 +VERSION="4.3.2" 1.9 CATEGORY="utilities" 1.10 TAGS="text-editor" 1.11 SHORT_DESC="Editor with syntax highlighting and source code editing features." 1.12 @@ -44,9 +44,9 @@ 1.13 mkdir -p $fs/usr/share/applications 1.14 mkdir -p $fs/usr/share/pixmaps 1.15 1.16 - cp -a $install/usr $fs 1.17 + cp -a $install/usr $fs 1.18 1.19 # Save space ~100kB 1.20 - rm $fs/usr/share/scite/*.html 1.21 - rm $fs/usr/share/scite/*.png 1.22 + rm $fs/usr/share/scite/*.html 1.23 + rm $fs/usr/share/scite/*.png 1.24 }