diff --git a/src/utils/fortunes_reader.rs b/src/utils/fortunes_reader.rs index 6a1bb37..c15e3fa 100644 --- a/src/utils/fortunes_reader.rs +++ b/src/utils/fortunes_reader.rs @@ -58,7 +58,7 @@ fn get_paths() -> Vec { #[cfg(unix)] fn get_paths() -> Vec { - own_vec(vec!["./fortunes", "./cookies", "/lib/share/games/fortunes"]) + own_vec(vec!["./fortunes", "./cookies", "/usr/share/games/fortunes"]) } pub struct Cookie {