summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-06 23:22:53 +0100
committerSam James <sam@gentoo.org>2021-09-06 23:23:17 +0100
commitd4668d10d8452c5652795207d42145ca073ad920 (patch)
treeefc97018fdb56edb3fde0ba44ffdafc8f2e121b7
parentapp-i18n/librime-lua: Keyword 20201011103348 ppc64, #760803 (diff)
downloadgentoo-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>
-rw-r--r--gui-wm/wayfire/wayfire-0.7.2.ebuild2
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
}