diff --git a/skel-root/axtech/ax/etc/profile b/skel-root/axtech/ax/etc/profile index 8708c54e..f45d858f 100644 --- a/skel-root/axtech/ax/etc/profile +++ b/skel-root/axtech/ax/etc/profile @@ -13,5 +13,5 @@ alias mc='mc -a' alias sc='setconsole' alias sr='setconsole -r' -# Add your own modifications to /var/etc/profile.local! -test -e /var/etc/profile.local && . /var/etc/profile.local +# Add your own modifications to /etc/profile.local! +test -e /etc/profile.local && . /etc/profile.local diff --git a/skel-root/axtech/ax/etc/profile.local b/skel-root/axtech/ax/etc/profile.local index 8347d08d..119812ec 100644 --- a/skel-root/axtech/ax/etc/profile.local +++ b/skel-root/axtech/ax/etc/profile.local @@ -1 +1 @@ -# /var/etc/profile.local: your profile modifications for the shell +# /etc/profile.local: your profile modifications for the shell