wok diff calcurse/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents 9b6bb1d6033f
children 338d4e50e57e
line diff
     1.1 --- a/calcurse/receipt	Sat May 18 09:08:05 2013 +0200
     1.2 +++ b/calcurse/receipt	Sat Jun 09 17:09:08 2018 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="Text-based calender and scheduling application."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://calcurse.org/"
    1.10  WGET_URL="http://calcurse.org/files/$TARBALL"
    1.11 @@ -25,6 +26,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  }
    1.18