Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/wayfire/
Date: Mon, 06 Sep 2021 22:23:47
Message-Id: 1630966997.d4668d10d8452c5652795207d42145ca073ad920.sam@gentoo
1 commit: d4668d10d8452c5652795207d42145ca073ad920
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 6 22:22:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 6 22:23:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4668d10
7
8 gui-wm/wayfire: fix pkg_postinst message (config location)
9
10 No point revbumping as it's for first-time installs only.
11
12 Reported-by: catbeard
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 gui-wm/wayfire/wayfire-0.7.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/gui-wm/wayfire/wayfire-0.7.2.ebuild b/gui-wm/wayfire/wayfire-0.7.2.ebuild
19 index b707ccebc23..f0a550b499d 100644
20 --- a/gui-wm/wayfire/wayfire-0.7.2.ebuild
21 +++ b/gui-wm/wayfire/wayfire-0.7.2.ebuild
22 @@ -91,6 +91,6 @@ pkg_postinst() {
23 elog "until you install a configuration file. The default config"
24 elog "file is installed at \"/usr/share/wayfire/wayfire.ini\""
25 elog "To install the file execute"
26 - elog "\$ cp /usr/share/wayfire.ini ~/.config/wayfire.ini"
27 + elog "\$ cp /usr/share/wayfire/wayfire.ini ~/.config/wayfire.ini"
28 fi
29 }