]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/bootstrap
captive: Add headline to T&C box
[ipfire-2.x.git] / lfs / bootstrap
index 19bf632584208d70482751fd8dcaa9d796f0b709..15e882e8a7467f7314f00a0658411da5c210bdcf 100644 (file)
@@ -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)