pentoo-system: fix motd corruption

This commit is contained in:
Rick Farina (Zero_Chaos) 2016-07-27 22:50:30 -04:00
parent 4d72a5da75
commit 4926695ae9
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@ Welcome to Pentoo powered by Gentoo linux...
*  You can toggle PaX hardening on and off with "toggle_hardened" as root *
* *
*  If you are running live usb there are many ways to save changes: *
*  You can run "flushchanges" as root to automatically save any ^[[1;31;30m*
* ^[[1;31;37m changes made since boot. *
*  You can run "flushchanges" as root to automatically save any *
*  changes made since boot. *
*  You can run "makemo category/package" as root to install a new package *
*  which will be available now and after reboot. *
* *

View file

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