]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
mbr: Update to 1.1.11 and move tools to /usr.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 15 Jun 2012 09:36:40 +0000 (11:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 15 Jun 2012 09:36:40 +0000 (11:36 +0200)
The previous version did not build with the new kernel headers.

config/rootfiles/common/mbr
lfs/mbr

index 29544b6eeb589aa44b43aa704d06d94b81d8df0c..231e27da8b8e028eac2fe8d538b0757c64b5b22b 100644 (file)
@@ -1,3 +1,2 @@
-#usr/local/man/man8
-#usr/local/man/man8/install-mbr.8
-#usr/local/sbin/install-mbr
+#usr/sbin/install-mbr
+#usr/share/man/man8/install-mbr.8
diff --git a/lfs/mbr b/lfs/mbr
index 077efa7b754b1f3907e8c43c801bb2ecd5b28a49..c43f2fdb28292d192d570de219e8284500232fad 100644 (file)
--- a/lfs/mbr
+++ b/lfs/mbr
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.1.8
+VER        = 1.1.11
 
 THISAPP    = mbr-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = da195c75b26bd45ecbb113b317996f9a
+$(DL_FILE)_MD5 = 4e406ded185f94c2d2bf5fc793ac1842
 
 install : $(TARGET)
 
@@ -71,7 +71,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure
+       cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)