From e41b341fafa73cc7126e7e7ac0847a301e255d66 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 15 Jun 2012 11:36:40 +0200 Subject: [PATCH] mbr: Update to 1.1.11 and move tools to /usr. The previous version did not build with the new kernel headers. --- config/rootfiles/common/mbr | 5 ++--- lfs/mbr | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/mbr b/config/rootfiles/common/mbr index 29544b6ee..231e27da8 100644 --- a/config/rootfiles/common/mbr +++ b/config/rootfiles/common/mbr @@ -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 077efa7b7..c43f2fdb2 100644 --- 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) -- 2.39.2