[arch-commits] Commit in acpid/trunk (PKGBUILD acpid.service)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun May 12 22:11:39 UTC 2013


    Date: Monday, May 13, 2013 @ 00:11:39
  Author: seblu
Revision: 90486

upgpkg: acpid 2.0.18-3

https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/

Modified:
  acpid/trunk/PKGBUILD
  acpid/trunk/acpid.service

---------------+
 PKGBUILD      |    8 ++++----
 acpid.service |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 22:09:29 UTC (rev 90485)
+++ PKGBUILD	2013-05-12 22:11:39 UTC (rev 90486)
@@ -6,7 +6,7 @@
 
 pkgname=acpid
 pkgver=2.0.18
-pkgrel=2
+pkgrel=3
 pkgdesc='A daemon for delivering ACPI power management events with netlink support'
 arch=('i686' 'x86_64')
 url='http://tedfelix.com/linux/acpid-netlink.html'
@@ -22,13 +22,13 @@
         'handler.sh')
 md5sums=('7c4ff315ae960c54eea303c71c49f152'
          'd11700eb136e0489835ddaf977a7905b'
-         '10290f69491206cd104654e5b900b661'
+         '79cc7a9dceacdeffd51f070c2ba5f023'
          '2d37b98d6e74bab815604b8b48c6cfd4'
          '47f44ff5f02685dce8bcdab8568f0c38')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }
 
@@ -46,7 +46,7 @@
   install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
 
   # fix acpid rights
-  chmod 755 "$pkgdir/usr/sbin/acpid"
+  chmod 755 "$pkgdir/usr/bin/acpid"
 }
 
 # vim:set ts=2 sw=2 et:

Modified: acpid.service
===================================================================
--- acpid.service	2013-05-12 22:09:29 UTC (rev 90485)
+++ acpid.service	2013-05-12 22:11:39 UTC (rev 90486)
@@ -3,7 +3,7 @@
 Requires=acpid.socket
 
 [Service]
-ExecStart=/usr/sbin/acpid -f
+ExecStart=/usr/bin/acpid -f
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list