diff options
author | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
commit | 81ee1980feda43043eaebae2c596ae116a21f6e5 (patch) | |
tree | 5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /community/multipath-tools | |
parent | 1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff) |
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'community/multipath-tools')
-rw-r--r-- | community/multipath-tools/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/multipath-tools/PKGBUILD b/community/multipath-tools/PKGBUILD index ca99de9c5..bf4c18da8 100644 --- a/community/multipath-tools/PKGBUILD +++ b/community/multipath-tools/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 59357 2011-11-23 20:31:03Z andrea $ +# $Id: PKGBUILD 64893 2012-02-18 19:44:21Z bpiotrowski $ # Maintainer: # Contributor: Thomas S Hatch <thatch45 ar gmail dot com> # Contributor: Michael P <ptchinster@archlinux.us> @@ -6,7 +6,7 @@ pkgname=multipath-tools pkgver=0.4.9 -pkgrel=4 +pkgrel=5 pkgdesc="Multipath Tools For Linux" arch=('i686' 'x86_64') url="http://christophe.varoqui.free.fr/" @@ -37,11 +37,11 @@ build() { } package() { - cd $srcdir + cd "$srcdir" make LIB="lib" DESTDIR="$pkgdir" install - install -D -m 644 $srcdir/multipath.conf $pkgdir/etc/multipath.conf - install -D -m 644 $srcdir/multipath.conf.annotated $pkgdir/etc/multipath.conf.annotated - install -D -m 755 $srcdir/multipathd.rc $pkgdir/etc/rc.d/multipathd + install -D -m 644 "$srcdir"/multipath.conf "$pkgdir"/etc/multipath.conf + install -D -m 644 "$srcdir"/multipath.conf.annotated "$pkgdir"/etc/multipath.conf.annotated + install -D -m 755 "$srcdir"/multipathd.rc "$pkgdir"/etc/rc.d/multipathd } |