wok diff ncurses-man/receipt @ rev 24943

BootProg: clear cmdline (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 20 16:57:09 2022 +0000 (2022-04-20)
parents 94ece03c2cb1
children 24801b09d2f7
line diff
     1.1 --- a/ncurses-man/receipt	Sat May 04 11:23:56 2019 +0100
     1.2 +++ b/ncurses-man/receipt	Wed Apr 20 16:57:09 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ncurses-man"
     1.7 -VERSION="6.1"
     1.8 +VERSION="6.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Manual pages for the ncurses library."
    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/man $fs/usr/share
    1.17 +	cp -a $install/usr/share/man	$fs/usr/share
    1.18  }