From: Michael Tremer Date: Sat, 22 Aug 2009 12:16:49 +0000 (+0200) Subject: bash: Moved files from config/ to src/. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c88ccd0c68100363d89fda6ca59caaaf6c0e63;p=ipfire-3.x.git bash: Moved files from config/ to src/. --- diff --git a/lfs/bash b/lfs/bash index 3c06cee42..cfc9424ee 100644 --- a/lfs/bash +++ b/lfs/bash @@ -142,7 +142,7 @@ ifeq "$(STAGE)" "base" cd $(DIR_APP) && make install # Bash startup files - cp -avf $(DIR_CONFIG)/bash/{bashrc,inputrc,profile,profile.d,shells} /etc + cp -avf $(DIR_SOURCE)/bash/{bashrc,inputrc,profile,profile.d,shells} /etc endif @rm -rf $(DIR_APP) diff --git a/config/bash/bashrc b/src/bash/bashrc similarity index 100% rename from config/bash/bashrc rename to src/bash/bashrc diff --git a/config/bash/inputrc b/src/bash/inputrc similarity index 100% rename from config/bash/inputrc rename to src/bash/inputrc diff --git a/config/bash/profile b/src/bash/profile similarity index 100% rename from config/bash/profile rename to src/bash/profile diff --git a/config/bash/profile.d/dircolors.sh b/src/bash/profile.d/dircolors.sh similarity index 100% rename from config/bash/profile.d/dircolors.sh rename to src/bash/profile.d/dircolors.sh diff --git a/config/bash/profile.d/extrapaths.sh b/src/bash/profile.d/extrapaths.sh similarity index 100% rename from config/bash/profile.d/extrapaths.sh rename to src/bash/profile.d/extrapaths.sh diff --git a/config/bash/profile.d/i18n.sh b/src/bash/profile.d/i18n.sh similarity index 100% rename from config/bash/profile.d/i18n.sh rename to src/bash/profile.d/i18n.sh diff --git a/config/bash/profile.d/readline.sh b/src/bash/profile.d/readline.sh similarity index 100% rename from config/bash/profile.d/readline.sh rename to src/bash/profile.d/readline.sh diff --git a/config/bash/profile.d/umask.sh b/src/bash/profile.d/umask.sh similarity index 100% rename from config/bash/profile.d/umask.sh rename to src/bash/profile.d/umask.sh diff --git a/config/bash/shells b/src/bash/shells similarity index 100% rename from config/bash/shells rename to src/bash/shells