diff options
-rw-r--r-- | wine.eselect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wine.eselect b/wine.eselect index 7420f3c..a1ae823 100644 --- a/wine.eselect +++ b/wine.eselect @@ -80,7 +80,7 @@ are_symlinks_valid() { set_dir_env - local possible_vars=( bin man ) + local possible_vars=( bin man include ) local symlink_vars=$(load_config "${CONFIG_DIR}/links/${v}" symlink_dirs) if [[ -z "${symlink_vars}" ]]; then write_error_msg "Missing any configured symlink_dirs" |