wok diff laptop-mode-tools/receipt @ rev 23969

updated dpkg (1.16.12 -> 1.17.27) again
author Hans-G?nter Theisgen
date Sun Oct 04 07:34:51 2020 +0100 (2020-10-04)
parents c1fae01bcb7a
children 5ea0ce1cecc0
line diff
     1.1 --- a/laptop-mode-tools/receipt	Wed May 29 15:29:03 2019 +0100
     1.2 +++ b/laptop-mode-tools/receipt	Sun Oct 04 07:34:51 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="laptop-mode-tools"
     1.7 -VERSION="1.72.2"
     1.8 +VERSION="1.73.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Laptop ACPI tools."
    1.11  MAINTAINER="lufeng369@slitaz.org"
    1.12 @@ -11,12 +11,14 @@
    1.13  TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.14  WGET_URL="https://github.com/rickysarraf/$PACKAGE/releases/download/$VERSION/$TARBALL"
    1.15  
    1.16 -DEPENDS="acpid hdparm python util-linux-flock util-linux-blockdev"
    1.17 +DEPENDS="acpid hdparm python util-linux-blockdev util-linux-flock"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	sed -i 's|/usr/man|/usr/share/man|' install.sh
    1.23 +	sed -i 's|/usr/man|/usr/share/man|' \
    1.24 +		install.sh
    1.25 +
    1.26  	make DESTDIR=$DESTDIR INIT_D=none install
    1.27  }
    1.28