Commit b4016d60 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack hplip-plugin: add --nox11 (ALT bug 46507)

parent 7136557f
......@@ -10,7 +10,7 @@ if ! echo "$TAR" | grep -q "hplip-.*-plugin" ; then
fi
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hplip-plugin
sh $TAR --target . --noexec || exit
sh $TAR --target . --noexec --nox11 || exit
case "$(epm print info -a)" in
x86_64)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment