diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-02-01 10:13:21 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-02-01 10:15:30 -0800 |
commit | 25b7a7f55cc6f3935fd0ffeff2975373d9196760 (patch) | |
tree | df9709b8a9f003de5b93ac3869502c24c271e4e3 | |
parent | bin/layman: Adds exception handling on ^c bug 539336 (diff) | |
download | layman-25b7a7f55cc6f3935fd0ffeff2975373d9196760.tar.gz layman-25b7a7f55cc6f3935fd0ffeff2975373d9196760.tar.bz2 layman-25b7a7f55cc6f3935fd0ffeff2975373d9196760.zip |
etc/layman.cfg: Add missed @GENTOO_PORTAGE_EPREFIX@ for the repos.conf settting
-rw-r--r-- | etc/layman.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |