Page 1 of 1

Gentoo install changes with new layman version

Posted: 08 Jun 2010, 05:32
by romulous
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.

Re: Gentoo install changes with new layman version

Posted: 08 Jun 2010, 05:44
by Pxtl
It's a wiki, so if it's wrong it can be edited in-place. I know nothing beyond Ubuntu so I'm not confident editing this info - but feel free to make the change so similar Gentoo users will see it.