wok-next diff disktype/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents 42d9d6d83956
children
line diff
     1.1 --- a/disktype/receipt	Sun Mar 04 04:56:40 2018 +0200
     1.2 +++ b/disktype/receipt	Sat Jun 27 13:41:53 2020 +0100
     1.3 @@ -3,9 +3,8 @@
     1.4  PACKAGE="disktype"
     1.5  VERSION="9"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="Detects the content format of a disk or disk image (file systems, \
     1.8 -partition tables, and boot codes)"
     1.9 -MAINTAINER="db_slitaz@m4x.org"
    1.10 +SHORT_DESC="Detects the content format of a disk or disk image"
    1.11 +MAINTAINER="devel@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="http://disktype.sourceforge.net/"
    1.14  
    1.15 @@ -14,7 +13,7 @@
    1.16  
    1.17  compile_rules() {
    1.18  	make &&
    1.19 -	install -Dm755 $src/disktype $install/usr/bin/disktype
    1.20 +	install -Dm755 disktype $install/usr/bin/disktype
    1.21  }
    1.22  
    1.23  genpkg_rules() {