Skip to content

Commit f2eb2ff

Browse files
author
wyrie
committed
Bug fix: problem with logic in checking for package vlogger.
1 parent 1a02132 commit f2eb2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper_scripts/gentoo_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function meta_web()
256256
package_list="$package_list app-admin/webalizer"
257257
fi
258258

259-
if is_package_installed "app-admin/vlogger"
259+
if ! is_package_installed "app-admin/vlogger"
260260
then
261261
# Check if package is masked
262262
if [ -n "$(equery -C -N list -I -o -e app-admin/vlogger | grep app-admin/vlogger | awk '{print $2}' | grep '^\[M')" ]

0 commit comments

Comments
 (0)