Author: justin
Date: 2005-12-05 22:03:30 -0700 (Mon, 05 Dec 2005)
New Revision: 1227

Modified:
   trunk/packages/mdadm/Makefile
Log:
Upgraded mdadm to 2.2, fixed install of man pages (was /usr/usr/share/man).

Modified: trunk/packages/mdadm/Makefile
===================================================================
--- trunk/packages/mdadm/Makefile       2005-12-06 04:32:48 UTC (rev 1226)
+++ trunk/packages/mdadm/Makefile       2005-12-06 05:03:30 UTC (rev 1227)
@@ -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