summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mdadm/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-03-24 22:08:56 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-03-24 22:08:56 (GMT)
commitfa2960bb1ed4f3b5bb87a83f06cfae1009f928ad (patch)
tree075cf1ab620ac491258e373858f6231759c64f67 /abs/core-testing/mdadm/PKGBUILD
parent73d0c2a2cff285372098ee84c214a779a0fc733e (diff)
downloadlinhes_pkgbuild-fa2960bb1ed4f3b5bb87a83f06cfae1009f928ad.zip
linhes_pkgbuild-fa2960bb1ed4f3b5bb87a83f06cfae1009f928ad.tar.gz
linhes_pkgbuild-fa2960bb1ed4f3b5bb87a83f06cfae1009f928ad.tar.bz2
mdadm & runit-scripts: remove run from mdadm / update run in runit-scripts and rm finish
Diffstat (limited to 'abs/core-testing/mdadm/PKGBUILD')
-rw-r--r--abs/core-testing/mdadm/PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/abs/core-testing/mdadm/PKGBUILD b/abs/core-testing/mdadm/PKGBUILD
index 147b18b..22ecc25 100644
--- a/abs/core-testing/mdadm/PKGBUILD
+++ b/abs/core-testing/mdadm/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
pkgname=mdadm
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as Software RAID"
arch=(i686 x86_64)
license=('GPL')
@@ -12,7 +12,7 @@ depends=('glibc')
backup=('etc/mdadm.conf')
conflicts=('udev<135-4')
source=(ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/$pkgname-$pkgver.tar.bz2 \
- run mdadm.conf raid-partitions_install raid-partitions_hook)
+ mdadm.conf raid-partitions_install raid-partitions_hook)
replaces=('raidtools')
build() {
@@ -20,7 +20,6 @@ build() {
make || return 1
make INSTALL=/bin/install DESTDIR=$startdir/pkg install
install -D -m644 ../mdadm.conf $startdir/pkg/etc/mdadm.conf
- install -D -m755 ../run $startdir/pkg/etc/sv/mdadm/run
install -D -m644 ../raid-partitions_install $startdir/pkg/lib/initcpio/install/raid-partitions
install -D -m644 ../raid-partitions_hook $startdir/pkg/lib/initcpio/hooks/raid-partitions
# a static binary is required for Arch's initrd
@@ -29,7 +28,6 @@ build() {
install -D -m755 mdadm $startdir/pkg/sbin/mdadm.static
}
md5sums=('c5a39f38c465229767a5af2a4eb81bef'
- '0b12cc70819ec274f6eec0b8a4238970'
'0ce4c0f9770bf582a71228053566359d'
'9de7e423ec9c6766b5f5d39915929003'
'09d72c714b40b6fa1e8eab04c1dabd42')