Made bashrc work.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1057 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-11-04 16:51:19 +00:00
parent 7f5860508c
commit 05402246c9
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ etc/nsswitch.conf
etc/passwd
etc/profile
#etc/profile.d
etc/profile.d/bashrc.sh
etc/profile.d/dircolors.sh
etc/profile.d/extrapaths.sh
etc/profile.d/i18n.sh

View File

@@ -82,6 +82,8 @@ $(TARGET) :
for i in $(DIR_SRC)/config/profile.d/*; do \
[ -f $$i ] && cp $$i /etc/profile.d; \
done
chmod 755 /etc/bashrc
ln -svf ../bashrc /etc/profile.d/bashrc.sh
# Scripts
for i in `find $(DIR_SRC)/src/scripts -maxdepth 1 -type f`; do \