summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-client/netsurf/netsurf-3.2-r1.ebuild4
-rw-r--r--www-client/netsurf/netsurf-3.3-r1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/netsurf/netsurf-3.2-r1.ebuild b/www-client/netsurf/netsurf-3.2-r1.ebuild
index b8ef15ed96a2..33d20f95bf55 100644
--- a/www-client/netsurf/netsurf-3.2-r1.ebuild
+++ b/www-client/netsurf/netsurf-3.2-r1.ebuild
@@ -122,8 +122,8 @@ src_install() {
elog "In order to setup the framebuffer console, netsurf needs an /etc/fb.modes"
elog "You can use an example from /usr/share/doc/${PF}/fb.modes.* (bug 427092)."
- elog "Please make /etc/input/mice readable to the account using netsurf-fb."
- elog "Either use chmod a+r /etc/input/mice (security!!!) or use an group."
+ elog "Please make /dev/input/mice readable to the account using netsurf-fb."
+ elog "Either use chmod a+r /dev/input/mice (security!!!) or use an group."
fi
if use gtk ; then
netsurf_makeconf=( "${netsurf_makeconf[@]/TARGET=*/TARGET=gtk}" )
diff --git a/www-client/netsurf/netsurf-3.3-r1.ebuild b/www-client/netsurf/netsurf-3.3-r1.ebuild
index bcbee5107e47..6d3298151e06 100644
--- a/www-client/netsurf/netsurf-3.3-r1.ebuild
+++ b/www-client/netsurf/netsurf-3.3-r1.ebuild
@@ -126,8 +126,8 @@ src_install() {
popd >/dev/null || die
elog "In order to setup the framebuffer console, netsurf needs an /etc/fb.modes"
elog "You can use an example from /usr/share/doc/${PF}/fb.modes.* (bug 427092)."
- elog "Please make /etc/input/mice readable to the account using netsurf-fb."
- elog "Either use chmod a+r /etc/input/mice (security!!!) or use an group."
+ elog "Please make /dev/input/mice readable to the account using netsurf-fb."
+ elog "Either use chmod a+r /dev/input/mice (security!!!) or use an group."
fi
if use gtk ; then
netsurf_makeconf=( "${netsurf_makeconf[@]/TARGET=*/TARGET=gtk}" )