[arch-commits] Commit in mdadm/trunk (PKGBUILD)
Tobias Powalowski
tpowa at nymeria.archlinux.org
Wed Oct 30 07:22:11 UTC 2013
Date: Wednesday, October 30, 2013 @ 08:22:09
Author: tpowa
Revision: 197780
upgpkg: mdadm 3.3-2
#37537 add mdmon systemd file
Modified:
mdadm/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-30 03:01:45 UTC (rev 197779)
+++ PKGBUILD 2013-10-30 07:22:09 UTC (rev 197780)
@@ -3,7 +3,7 @@
# Contributor: Judd Vinet <jvinet at zeroflux.org>
pkgname=mdadm
pkgver=3.3
-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')
@@ -44,6 +44,7 @@
package() {
cd $srcdir/$pkgname-$pkgver
make INSTALL=/usr/bin/install BINDIR=/usr/bin DESTDIR=$pkgdir install
+ make SYSTEMD_DIR=$pkgdir/usr/lib/systemd/system install-systemd
install -D -m755 mdassemble $pkgdir/usr/bin/mdassemble
install -D -m644 ../mdadm.conf $pkgdir/etc/mdadm.conf
install -D -m644 ../mdadm_install $pkgdir/usr/lib/initcpio/install/mdadm
More information about the arch-commits
mailing list