]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/stage2
Fixed mkdir directives to match project policy
[people/pmueller/ipfire-2.x.git] / lfs / stage2
index 8a8c8fd0ca71b69601609bb036e2c33d37195dc0..59cb947b44b31a7d8fa7835e03b5c546ca3b2a72 100644 (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 \