X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fbootstrap;h=28e89ffd914d4ab7b10b758368be1feb0df39fb2;hp=2487dcc7e8f41729f857e518327d2abed00f41d5;hb=56f4ba9b017008584c132fdcca41557002a1d8f3;hpb=733de0e4a0b16d4b03f193f7eec7ce51de071a30 diff --git a/lfs/bootstrap b/lfs/bootstrap index 2487dcc7e8..28e89ffd91 100644 --- a/lfs/bootstrap +++ b/lfs/bootstrap @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team # +# 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 # @@ -72,8 +72,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && unzip $(DIR_DL)/$(DL_FILE) -mkdir -pv /usr/share/bootstrap/{css,js} - $(DIR_APP) && cp -vf css/* /usr/share/bootstrap/css - $(DIR_APP) && cp -vf js/* /usr/share/bootstrap/js + cd $(DIR_APP) && cp -vf css/* /usr/share/bootstrap/css + cd $(DIR_APP) && cp -vf js/* /usr/share/bootstrap/js @rm -rf $(DIR_APP) @$(POSTBUILD)