wok rev 23633

updated scite (4.2.0 -> 4.3.2)
author Hans-G?nter Theisgen
date Sat Apr 18 17:07:09 2020 +0100 (2020-04-18)
parents 119fc801bf3b
children a35e53505947
files scite/receipt
line diff
     1.1 --- a/scite/receipt	Sat Apr 18 14:33:42 2020 +0100
     1.2 +++ b/scite/receipt	Sat Apr 18 17:07:09 2020 +0100
     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  }