wok diff screen-terminfo/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents da134f47b369
children 6acd28d149b8
line diff
     1.1 --- a/screen-terminfo/receipt	Thu Jun 04 16:22:12 2020 +0000
     1.2 +++ b/screen-terminfo/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="screen-terminfo"
     1.7 -VERSION="4.8.0"
     1.8 +VERSION="4.9.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Terminal multiplexer, terminfo files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,5 +14,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share
    1.16 -	cp -a $install/usr/share/terminfo $fs/usr/share/
    1.17 +	cp -a $install/usr/share/terminfo	$fs/usr/share
    1.18  }