Skip to content
Snippets Groups Projects
Commit f2eb2ff5 authored by wyrie's avatar wyrie
Browse files

Bug fix: problem with logic in checking for package vlogger.

parent 1a02132f
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ function meta_web()
package_list="$package_list app-admin/webalizer"
fi
if is_package_installed "app-admin/vlogger"
if ! is_package_installed "app-admin/vlogger"
then
# Check if package is masked
if [ -n "$(equery -C -N list -I -o -e app-admin/vlogger | grep app-admin/vlogger | awk '{print $2}' | grep '^\[M')" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment