]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/bootstrap
update disclaimer in LFS files
[ipfire-2.x.git] / lfs / bootstrap
index 2487dcc7e8f41729f857e518327d2abed00f41d5..28e89ffd914d4ab7b10b758368be1feb0df39fb2 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016 IPFire Team  <info@ipfire.org>                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)