Domainkonfiguration neu gemacht.

USB-Stick Images hinzugefuegt.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@460 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-03-25 06:43:08 +00:00
parent 5b1396b0ea
commit 4dc82852da
12 changed files with 143 additions and 20 deletions

View File

@@ -35,7 +35,7 @@ VER = 1.1.8
THISAPP = mbr-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = http://www.chiark.greenend.org.uk/~neilt/mbr
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -78,7 +78,7 @@ $(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) && make
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
@$(POSTBUILD)