X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fbootstrap;h=28e89ffd914d4ab7b10b758368be1feb0df39fb2;hp=19bf632584208d70482751fd8dcaa9d796f0b709;hb=eee037b8902c3163850069f302479e7733966bd0;hpb=050ce7567826a0a45f092a74d8bdb180daa6a86d diff --git a/lfs/bootstrap b/lfs/bootstrap index 19bf632584..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/*.css /usr/share/bootstrap/css - $(DIR_APP) && cp -vf js/*.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)