wicd: disable acpi scripts, thanks mike_k

This commit is contained in:
Danny Rawlins 2014-06-04 21:14:34 +10:00
parent 9d4fdcb487
commit 324357f388
2 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,4 @@
drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/acpi/
drwxr-xr-x root/root etc/acpi/resume.d/
-rwxrwxr-x root/root etc/acpi/resume.d/80-wicd-connect.sh
drwxr-xr-x root/root etc/acpi/suspend.d/
-rwxrwxr-x root/root etc/acpi/suspend.d/50-wicd-suspend.sh
drwxr-xr-x root/root etc/logrotate.d/ drwxr-xr-x root/root etc/logrotate.d/
-rw-rw-r-- root/root etc/logrotate.d/wicd.logrotate -rw-rw-r-- root/root etc/logrotate.d/wicd.logrotate
drwxr-xr-x root/root etc/rc.d/ drwxr-xr-x root/root etc/rc.d/

View File

@ -5,7 +5,7 @@
name=wicd name=wicd
version=1.7.2.4 version=1.7.2.4
release=3 release=4
source=(http://launchpad.net/wicd/1.7/$version/+download/$name-$version.tar.gz source=(http://launchpad.net/wicd/1.7/$version/+download/$name-$version.tar.gz
wicd.rc wicd.rc
http://bazaar.launchpad.net/~wicd-devel/wicd/experimental/diff/770 http://bazaar.launchpad.net/~wicd-devel/wicd/experimental/diff/770
@ -34,6 +34,7 @@ build() {
--dbus=/usr/etc/dbus-1/system.d \ --dbus=/usr/etc/dbus-1/system.d \
--mandir=/usr/man \ --mandir=/usr/man \
--etc=/etc/wicd \ --etc=/etc/wicd \
--no-install-acpi \
--no-install-i18n-man \ --no-install-i18n-man \
--no-install-docs --no-install-docs