Commit b5e99d2c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack.d softmaker-freeoffice-2021.sh: fix unpacking

parent 7ba97e0f
......@@ -78,7 +78,9 @@ install_file $PRODUCTDIR/mime/softmaker-freeoffice21.mime /usr/share/mime-info/s
epm tool erc dwr.tar.lzma || fatal
# override stub files
mv -v dwr.tar/* . || fatal
subdir=dwr
[ -d "$subdir" ] || subdir=dwr.tar
mv -v $subdir/* . || fatal
remove_file $PRODUCTDIR/dwr.tar.lzma
add_libs_requires
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