wok diff mgetty-voicetools/receipt @ rev 20497

updated diffutils (3.3 -> 3.6)
author Hans-G?nter Theisgen
date Mon Oct 29 16:27:52 2018 +0100 (2018-10-29)
parents 9cbcdb219b50
children a4a2b897d572
line diff
     1.1 --- a/mgetty-voicetools/receipt	Wed Oct 20 11:51:01 2010 +0000
     1.2 +++ b/mgetty-voicetools/receipt	Mon Oct 29 16:27:52 2018 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Convertion tool set for vgetty."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://mgetty.greenie.net/"
     1.9  DEPENDS="mgetty"
    1.10  WANTED="mgetty"
    1.11 @@ -13,5 +14,5 @@
    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  }