X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ficegenerator;h=84cede07ad6aa3cb743f49b46c825d5705301ac1;hp=b01ac3ba18b5f6e75d84193ce77c4b5b6d405427;hb=eee037b8902c3163850069f302479e7733966bd0;hpb=f86b0cc33aa1a7778f24a9e6bd7759c868da482d diff --git a/lfs/icegenerator b/lfs/icegenerator index b01ac3ba18..84cede07ad 100644 --- a/lfs/icegenerator +++ b/lfs/icegenerator @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr --with-id3 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install