wok-next diff acpid/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 7ce0117c8752
children
line diff
     1.1 --- a/acpid/receipt	Mon Dec 02 07:22:44 2019 +0100
     1.2 +++ b/acpid/receipt	Sat Jun 27 13:41:53 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="acpid"
     1.7 -VERSION="2.0.31"
     1.8 +VERSION="2.0.32"
     1.9  CATEGORY="system-tools"
    1.10  TAGS_std="power-management"
    1.11  SHORT_DESC="The ACPI event daemon with netlink"
    1.12 @@ -21,14 +21,15 @@
    1.13  	make &&
    1.14  	make install || return 1
    1.15  
    1.16 -	install -dm755 $install/etc/acpi/events
    1.17 +	install -dm755	$install/etc/acpi/events
    1.18  	cp -r samples	$install/usr/share/doc/$PACKAGE-$VERSION
    1.19  
    1.20 -	mkdir -p $install/etc/
    1.21 -	cp -r $stuff/init.d	$install/etc/
    1.22 -	cp -r $stuff/acpi	$install/etc/
    1.23 -	chmod go-rwx $install/etc/acpi/*.sh
    1.24 -	chmod go-rwx $install/etc/acpi/events/*
    1.25 +	mkdir -p $install/etc
    1.26 +
    1.27 +	cp -r $stuff/init.d	$install/etc
    1.28 +	cp -r $stuff/acpi	$install/etc
    1.29 +	chmod go-rwx		$install/etc/acpi/*.sh
    1.30 +	chmod go-rwx		$install/etc/acpi/events/*
    1.31  }
    1.32  
    1.33  post_install()
    1.34 @@ -37,6 +38,7 @@
    1.35  	  then
    1.36  		/etc/init.d/acpid start || continue
    1.37  	fi
    1.38 +
    1.39  	if ! grep -q ^ACPID_OPTIONS "$1/etc/daemons.conf"
    1.40  	  then
    1.41  		cat >> "$1/etc/daemons.conf" <<EOT