Skip to content

Commit

Permalink
gui-wm/wayfire: fix pkg_postinst message (config location)
Browse files Browse the repository at this point in the history
No point revbumping as it's for first-time installs only.

Reported-by: catbeard
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Sep 6, 2021
1 parent 44a8421 commit d4668d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui-wm/wayfire/wayfire-0.7.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit d4668d1

Please sign in to comment.