mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
6
lfs/mbr
6
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)
|
||||
|
||||
Reference in New Issue
Block a user