From 81ee1980feda43043eaebae2c596ae116a21f6e5 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 19 Feb 2012 23:15:25 +0000 Subject: Sun Feb 19 23:15:25 UTC 2012 --- community/multipath-tools/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'community/multipath-tools/PKGBUILD') 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 # Contributor: Michael P @@ -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 } -- cgit v1.2.3-54-g00ecf