[arch-commits] Commit in linux-tools/trunk (PKGBUILD usbipd.service)

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


    Date: Monday, May 13, 2013 @ 00:55:40
  Author: seblu
Revision: 90492

upgpkg: linux-tools 3.9-2

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

Modified:
  linux-tools/trunk/PKGBUILD
  linux-tools/trunk/usbipd.service

----------------+
 PKGBUILD       |    7 ++++---
 usbipd.service |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 22:34:17 UTC (rev 90491)
+++ PKGBUILD	2013-05-12 22:55:40 UTC (rev 90492)
@@ -9,7 +9,7 @@
          'x86_energy_perf_policy'
          'usbip')
 pkgver=3.9
-pkgrel=1
+pkgrel=2
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -35,7 +35,7 @@
             '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
             'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
             'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
-            '8053a6bcd0776a7fefccc5012f93a1710653529e0eab59afcc39f24361c64869')
+            '2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f')
 
 build() {
   # apply stable patching set
@@ -78,7 +78,7 @@
   # fix missing man page
   sed -i 's/usbip_bind_driver.8//' Makefile.am
   ./autogen.sh
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sbindir=/usr/bin
   make
   popd
 }
@@ -128,6 +128,7 @@
   pushd linux-$pkgver/tools/power/cpupower
   make \
     DESTDIR="$pkgdir" \
+    sbindir='/usr/bin' \
     mandir='/usr/share/man' \
     docdir='/usr/share/doc/cpupower' \
     install install-man

Modified: usbipd.service
===================================================================
--- usbipd.service	2013-05-12 22:34:17 UTC (rev 90491)
+++ usbipd.service	2013-05-12 22:55:40 UTC (rev 90492)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/sbin/usbipd
+ExecStart=/usr/bin/usbipd
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list