pentoo-system: fix motd to close it's color changing

This commit is contained in:
Rick Farina (Zero_Chaos) 2016-08-25 12:58:55 -04:00
parent ffb58a0502
commit d1cc9c5f42
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 3 additions and 2 deletions

View file

@ -33,4 +33,5 @@ Welcome to Pentoo powered by Gentoo linux...
*  Type startx to launch XFCE window manager *
*  enlightenment e17 is also installed but not ready for general use yet *
* *
*****************************************************************************
******************************************************************************

View file

@ -148,7 +148,7 @@ src_install() {
insinto /etc
echo "Pentoo Release ${PV}" > pentoo-release
doins pentoo-release
newins "${FILESDIR}"/motd-2016.3-r1 motd
newins "${FILESDIR}"/motd-2016.3-r2 motd
dodir /etc/env.d
use kde && echo 'XSESSION="KDE-4"' > "${ED}"/etc/env.d/90xsession