mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
Made bashrc work.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1057 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user