diff options
author | Sam James <sam@gentoo.org> | 2021-09-06 23:22:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-06 23:23:17 +0100 |
commit | d4668d10d8452c5652795207d42145ca073ad920 (patch) | |
tree | efc97018fdb56edb3fde0ba44ffdafc8f2e121b7 /gui-wm/wayfire | |
parent | app-i18n/librime-lua: Keyword 20201011103348 ppc64, #760803 (diff) | |
download | gentoo-d4668d10d8452c5652795207d42145ca073ad920.tar.gz gentoo-d4668d10d8452c5652795207d42145ca073ad920.tar.bz2 gentoo-d4668d10d8452c5652795207d42145ca073ad920.zip |
gui-wm/wayfire: fix pkg_postinst message (config location)
No point revbumping as it's for first-time installs only.
Reported-by: catbeard
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm/wayfire')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/wayfire/wayfire-0.7.2.ebuild b/gui-wm/wayfire/wayfire-0.7.2.ebuild index b707ccebc23c..f0a550b499df 100644 --- a/gui-wm/wayfire/wayfire-0.7.2.ebuild +++ b/gui-wm/wayfire/wayfire-0.7.2.ebuild @@ -91,6 +91,6 @@ pkg_postinst() { elog "until you install a configuration file. The default config" elog "file is installed at \"/usr/share/wayfire/wayfire.ini\"" elog "To install the file execute" - elog "\$ cp /usr/share/wayfire.ini ~/.config/wayfire.ini" + elog "\$ cp /usr/share/wayfire/wayfire.ini ~/.config/wayfire.ini" fi } |