summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-13 18:33:58 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-13 18:33:58 -0300
commit57dba4bb080f9e0cfcedda5291d51dfaaaf05ea5 (patch)
treec6e6cf7d672803efc8277a8d18f501682809d2ea /libre/linux-libre-tools
parente66d9af2afe48ac04ab61b2cec1bf690fde2dc84 (diff)
linux-libre-tools-3.9-2: https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/
Diffstat (limited to 'libre/linux-libre-tools')
-rw-r--r--libre/linux-libre-tools/PKGBUILD9
-rw-r--r--libre/linux-libre-tools/usbipd.service2
2 files changed, 6 insertions, 5 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index 56434d802..394563806 100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 90492 2013-05-12 22:55:40Z seblu $
# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
@@ -13,7 +13,7 @@ _basekernel=3.9
#_sublevel=6
_pkgver=$_basekernel.$_sublevel
pkgver=$_basekernel
-pkgrel=1
+pkgrel=2
license=('GPL2')
arch=('i686' 'x86_64' 'mips64el')
url='http://linux-libre.fsfla.org/'
@@ -38,7 +38,7 @@ sha256sums=('62f113b4bd9ee832e8906da970c5bf4585c057af4eab14ec6ad57e9b2fd084ef'
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
- '8053a6bcd0776a7fefccc5012f93a1710653529e0eab59afcc39f24361c64869')
+ '2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f')
build() {
# apply stable patching set
@@ -83,7 +83,7 @@ build() {
# 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
}
@@ -143,6 +143,7 @@ package_cpupower-libre() {
pushd linux-$pkgver/tools/power/cpupower
make \
DESTDIR="$pkgdir" \
+ sbindir='/usr/bin' \
mandir='/usr/share/man' \
docdir='/usr/share/doc/cpupower' \
install install-man
diff --git a/libre/linux-libre-tools/usbipd.service b/libre/linux-libre-tools/usbipd.service
index 1f3da08db..1807e94b1 100644
--- a/libre/linux-libre-tools/usbipd.service
+++ b/libre/linux-libre-tools/usbipd.service
@@ -3,7 +3,7 @@ Description=USB/IP server
After=network.target
[Service]
-ExecStart=/usr/sbin/usbipd
+ExecStart=/usr/bin/usbipd
[Install]
WantedBy=multi-user.target