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

Gaetan Bisson bisson at nymeria.archlinux.org
Wed May 15 16:07:27 UTC 2013


    Date: Wednesday, May 15, 2013 @ 18:07:27
  Author: bisson
Revision: 185596

move binaries to /usr/bin

Modified:
  hddtemp/trunk/PKGBUILD
  hddtemp/trunk/service

----------+
 PKGBUILD |    5 +++--
 service  |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-15 13:51:17 UTC (rev 185595)
+++ PKGBUILD	2013-05-15 16:07:27 UTC (rev 185596)
@@ -9,7 +9,7 @@
 _origver=0.3-beta15
 _patchver=${_origver}-52
 pkgver=${_patchver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="Gives you the temperature of your hard drive by reading S.M.A.R.T. information"
 url='https://savannah.nongnu.org/projects/hddtemp/'
 license=('GPL')
@@ -19,7 +19,7 @@
         'service')
 sha1sums=('65393b0a4d9862c030c81702d95c1acd00da275b'
           'b9bcdd0537c1540e55e5056445b571ea61d5a4a3'
-          'b5e284595b5f9a46f5e608b8b0df623e0a2954a5')
+          '9b02e5bed22f81ceab2b69bae788a9a3aa5c2147')
 
 options=('!libtool')
 
@@ -30,6 +30,7 @@
 
 	./configure \
 		--prefix=/usr \
+		--sbindir=/usr/bin \
 		--mandir=/usr/share/man \
 		--with-db-path="/usr/share/${pkgname}/hddtemp.db"
 

Modified: service
===================================================================
--- service	2013-05-15 13:51:17 UTC (rev 185595)
+++ service	2013-05-15 16:07:27 UTC (rev 185596)
@@ -2,7 +2,7 @@
 Description=Hard drive temperature monitor daemon
 
 [Service]
-ExecStart=/usr/sbin/hddtemp -dF /dev/sda
+ExecStart=/usr/bin/hddtemp -dF /dev/sda
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list