commit: 25b7a7f55cc6f3935fd0ffeff2975373d9196760 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Wed Feb 1 18:13:21 2017 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Feb 1 18:15:30 2017 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=25b7a7f5
etc/layman.cfg: Add missed @GENTOO_PORTAGE_EPREFIX <AT> for the repos.conf settting etc/layman.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/layman.cfg b/etc/layman.cfg index c6038ee..a49d43b 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -47,7 +47,7 @@ make_conf : %(storage)s/make.conf # Path to the repos.conf file that should be modified by # layman -repos_conf : /etc/portage/repos.conf/layman.conf +repos_conf : @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf/layman.conf #----------------------------------------------------------- # Defines whether or not auto_sync will be set to "yes" or
