summaryrefslogtreecommitdiff
path: root/community/multipath-tools
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-08 00:04:04 +0000
committerroot <root@rshg054.dnsready.net>2012-07-08 00:04:04 +0000
commita522a5f63f3b5726081698bf742801fb1d242817 (patch)
treeee7d4e7261e7387e755d2a08389250575a4e2552 /community/multipath-tools
parentd0fe8a4769150cf26265e3457c234c45c53e693b (diff)
Sun Jul 8 00:04:04 UTC 2012
Diffstat (limited to 'community/multipath-tools')
-rw-r--r--community/multipath-tools/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/multipath-tools/PKGBUILD b/community/multipath-tools/PKGBUILD
index 111059043..658ad75f9 100644
--- a/community/multipath-tools/PKGBUILD
+++ b/community/multipath-tools/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 71861 2012-06-02 13:06:55Z dreisner $
+# $Id: PKGBUILD 73313 2012-07-06 07:32:23Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas S Hatch <thatch45 ar gmail dot com>
# Contributor: Michael P <ptchinster@archlinux.us>
@@ -6,12 +6,12 @@
pkgname=multipath-tools
pkgver=0.4.9
-pkgrel=8
+pkgrel=9
pkgdesc='Multipath tools for Linux'
arch=('i686' 'x86_64')
url="http://christophe.varoqui.free.fr/"
license=('GPL')
-depends=('libaio' 'device-mapper')
+depends=('bash' 'libaio' 'device-mapper')
backup=('etc/multipath.conf' 'etc/multipath.conf.annotated')
install=multipath-tools.install
options=(!emptydirs)
@@ -40,7 +40,7 @@ build() {
# https://bbs.archlinux.org/viewtopic.php?pid=793814#p793814
export LDFLAGS=${LDFLAGS/-Wl,--as-needed}
- make
+ make LIB='usr/lib'
}
package() {