Author: justin
Date: 2005-12-05 22:06:12 -0700 (Mon, 05 Dec 2005)
New Revision: 1228

Modified:
   branches/6.1.1-newmake/packages/mdadm/Makefile
Log:
Merged r1227 to 6.1.1-newmake.

Modified: branches/6.1.1-newmake/packages/mdadm/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/mdadm/Makefile      2005-12-06 05:03:30 UTC 
(rev 1227)
+++ branches/6.1.1-newmake/packages/mdadm/Makefile      2005-12-06 05:06:12 UTC 
(rev 1228)
@@ -1,12 +1,12 @@
 # mdadm Makefile
 
 NM= mdadm
-VRS= 2.1
+VRS= 2.2
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tgz
 URL-$(FILE)= http://www.cse.unsw.edu.au/~neilb/source/$(NM)/$(FILE)
-SHA-$(FILE)= 75d25a58e8a4b99e7e3c8b3dc051d17e32f302dc
+SHA-$(FILE)= e6934c5e11009d2e0ed37016dfa8de0fa2e5d76b
 
 # Targets
 
@@ -20,8 +20,8 @@
        $(std_build)
 
 compile-stage2:
-       make DESTDIR=/usr
-       make DESTDIR=/usr install
+       make DESTDIR=/usr MANDIR=/share/man
+       make DESTDIR=/usr MANDIR=/share/man install
 
 clean:
        -rm -rf $(DIR)

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to