Gentoo install changes with new layman version
Posted: 08 Jun 2010, 05:32
With the newest version of layman on gentoo the storage dir has changed to /var/lib/layman . Spring wont install with the instructions at http://springrts.com/wiki/Gentoo_install
The old location:
echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf
The new location:
echo "source /var/lib/layman/make.conf" >> /etc/make.conf
Changing the source in /etc/make.conf to the new location fixes it.
The old location:
echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf
The new location:
echo "source /var/lib/layman/make.conf" >> /etc/make.conf
Changing the source in /etc/make.conf to the new location fixes it.