[arch-commits] Commit in mdadm/trunk (PKGBUILD mdadm_install)

Thomas Bächler thomas at archlinux.org
Wed Feb 17 18:39:28 UTC 2010


    Date: Wednesday, February 17, 2010 @ 13:39:27
  Author: thomas
Revision: 69106

Replace BINARIES="mdassemble" with add_binary "/sbin/mdassemble" (Ref: FS#18365)

Modified:
  mdadm/trunk/PKGBUILD
  mdadm/trunk/mdadm_install

---------------+
 PKGBUILD      |    2 +-
 mdadm_install |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-17 18:09:23 UTC (rev 69105)
+++ PKGBUILD	2010-02-17 18:39:27 UTC (rev 69106)
@@ -22,7 +22,7 @@
 md5sums=('4fd8e375a2ee314becd3196c1a250d98'
          '6df172c8f77b280018cf87eb3d313f29'
          '00cbed931db4f15b6ce49e3e7d433966'
-         '0c201efd85790fea6aaf7686a9b31510'
+         '865c3d39e5f5dae58388160b563981f1'
          '1a3eb63832cecd6550f5b0a21d58cfdb')
 
 build() {

Modified: mdadm_install
===================================================================
--- mdadm_install	2010-02-17 18:09:23 UTC (rev 69105)
+++ mdadm_install	2010-02-17 18:39:27 UTC (rev 69106)
@@ -3,7 +3,7 @@
 install ()
 {
     MODULES=" $(checked_modules "drivers/md/*" | grep -v "dm-") "
-    BINARIES="mdassemble"
+    BINARIES=""
     FILES=""
     SCRIPT="mdadm"
     # check if a custom mdadm.conf exists
@@ -11,6 +11,7 @@
         echo "Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays."
         add_file "/etc/mdadm.conf"
     fi
+    add_binary "/sbin/mdassemble"
     add_file "/lib/udev/rules.d/64-md-raid.rules"
 }
 




More information about the arch-commits mailing list