wok diff get-LibreOffice/receipt @ rev 23926

Add minesweeper & pacman
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 23 15:10:17 2020 +0000 (2020-08-23)
parents ed2dbb3e5cec
children 9ec664b95f2f
line diff
     1.1 --- a/get-LibreOffice/receipt	Sun Apr 07 07:44:57 2019 +0100
     1.2 +++ b/get-LibreOffice/receipt	Sun Aug 23 15:10:17 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="get-LibreOffice"
     1.7 -VERSION="1.3"
     1.8 +VERSION="1.31"
     1.9  CATEGORY="office"
    1.10  TAGS="office word excel ppt openoffice libreoffice"
    1.11  SHORT_DESC="Productivity suite."
    1.12 @@ -14,6 +14,6 @@
    1.13  {
    1.14  	mkdir -p $fs/usr/bin
    1.15  	install -o root -g root -m755 \
    1.16 -		stuff/get-LibreOffice $fs/usr/bin
    1.17 -	ln -s get-LibreOffice $fs/usr/bin/get-libreoffice
    1.18 +		stuff/get-LibreOffice	$fs/usr/bin
    1.19 +	ln -s get-LibreOffice		$fs/usr/bin/get-libreoffice
    1.20  }