X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fbootstrap;h=15e882e8a7467f7314f00a0658411da5c210bdcf;hb=89e79c50c7e497dd7fa8eb5f451fbafa8abb72e6;hp=2487dcc7e8f41729f857e518327d2abed00f41d5;hpb=733de0e4a0b16d4b03f193f7eec7ce51de071a30;p=ipfire-2.x.git diff --git a/lfs/bootstrap b/lfs/bootstrap index 2487dcc7e8..15e882e8a7 100644 --- a/lfs/bootstrap +++ b/lfs/bootstrap @@ -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)