X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fhostname;h=ea22f4d8a4811e199a45a382fa14e2ba800957b8;hp=feac3a0f8dc5c5b494e2a5b4fefa65d906fbff50;hb=eee037b8902c3163850069f302479e7733966bd0;hpb=602e26a56529ab13a041a2b3e535655a122edff4 diff --git a/lfs/hostname b/lfs/hostname index feac3a0f8d..ea22f4d8a4 100644 --- a/lfs/hostname +++ b/lfs/hostname @@ -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 # @@ -24,7 +24,7 @@ include Config -VER = 3.15 +VER = 3.20 THISAPP = hostname_$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f93c87de2517850de5f47234e3bcb563 +$(DL_FILE)_MD5 = 9919d0f4e0a70a0d4161deef729e8514 install : $(TARGET) @@ -70,8 +70,8 @@ $(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) && patch -Np1 -i $(DIR_SRC)/src/patches/hostname-rh.patch cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install BINDIR=/bin + cd $(DIR_APP) && install -m 755 hostname /bin + cd $(DIR_APP) && install hostname.1 /usr/share/man/man1 @rm -rf $(DIR_APP) @$(POSTBUILD)