X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Finstaller;h=790ac06df2040e11ab5e743c401bd4741dab5174;hb=b07b1bef22eae7038e7d0fcba0bfd53813f85258;hp=86862b8bcccd5c15a118c305b012185c539281e9;hpb=5315fae6b3cf1b773c792b7e999bf60513696182;p=ipfire-2.x.git diff --git a/lfs/installer b/lfs/installer index 86862b8bcc..790ac06df2 100644 --- a/lfs/installer +++ b/lfs/installer @@ -30,6 +30,9 @@ THISAPP = installer DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +SLOGAN = An Open Source Firewall Solution +DOWNLOAD_URL = http://downloads.ipfire.org/releases/ipfire-2.x/$(VERSION)-core$(CORE)/$(SNAME)-$(VERSION).$(BUILD_ARCH)-full-core$(CORE).iso + ############################################################################### # Top-level Rules ############################################################################### @@ -56,12 +59,12 @@ $(TARGET) : --with-distro-name="$(NAME)" \ --with-distro-sname="$(SNAME)" \ --with-distro-slogan="$(SLOGAN)" \ - --with-config-root="$(CONFIG_ROOT)" + --with-distro-version="$(VERSION)-core$(CORE)" \ + --with-config-root="$(CONFIG_ROOT)" \ + --with-download-url="$(DOWNLOAD_URL)" + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install - #Patch ISO Name for download ... - #sed -i -e "s|ipfire.iso|download.ipfire.org/releases/ipfire-2.x/$(VERSION)-core$(CORE)/$(SNAME)-$(VERSION).$(MACHINE)-full-core$(CORE).iso|g" \ - # /usr/bin/downloadsource.sh @rm -rf $(DIR_APP) @$(POSTBUILD)