mbr: Update to 1.1.11 and move tools to /usr.

The previous version did not build with the new kernel headers.
This commit is contained in:
Michael Tremer
2012-06-15 11:36:40 +02:00
parent 75556d531b
commit e41b341faf
2 changed files with 5 additions and 6 deletions

View 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

View File

@@ -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)