]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bash: Moved files from config/ to src/.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Aug 2009 12:16:49 +0000 (14:16 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Aug 2009 12:16:49 +0000 (14:16 +0200)
lfs/bash
src/bash/bashrc [moved from config/bash/bashrc with 100% similarity]
src/bash/inputrc [moved from config/bash/inputrc with 100% similarity]
src/bash/profile [moved from config/bash/profile with 100% similarity]
src/bash/profile.d/dircolors.sh [moved from config/bash/profile.d/dircolors.sh with 100% similarity]
src/bash/profile.d/extrapaths.sh [moved from config/bash/profile.d/extrapaths.sh with 100% similarity]
src/bash/profile.d/i18n.sh [moved from config/bash/profile.d/i18n.sh with 100% similarity]
src/bash/profile.d/readline.sh [moved from config/bash/profile.d/readline.sh with 100% similarity]
src/bash/profile.d/umask.sh [moved from config/bash/profile.d/umask.sh with 100% similarity]
src/bash/shells [moved from config/bash/shells with 100% similarity]

index 3c06cee4298066dca9015ed90ceb2ef73a4be76a..cfc9424ee4ae0dc9abe6e631b562fbbbd967d772 100644 (file)
--- 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)
similarity index 100%
rename from config/bash/bashrc
rename to src/bash/bashrc
similarity index 100%
rename from config/bash/inputrc
rename to src/bash/inputrc
similarity index 100%
rename from config/bash/profile
rename to src/bash/profile
similarity index 100%
rename from config/bash/shells
rename to src/bash/shells