Commit fc23dae2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play hplip-plugin: fix extraction of makeself archive (no subdirectory with --here)

parent 507e7c4c
......@@ -18,8 +18,8 @@ if echo "$TAR" | grep -q "plugin_run\.zip$" ; then
fi
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hplip-plugin
# makeself archive extracts files into current directory (no subdirectory)
erc --here unpack $TAR || exit
cd "$(erc basename $TAR)" || 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