Commit 3c6cb638 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm pack cnijfilter2: fix PKG path (eterbug #17865)

parent fec4a1ae
......@@ -9,13 +9,11 @@ if ! echo "$TAR" | grep -q "cnijfilter2" ; then
fatal "No idea how to handle $TAR"
fi
TARDIR="$(erc basename "$TAR")"
erc --here unpack "$TAR" || fatal
cd "$TARDIR" || fatal
arch="$(epm print info -a)"
#PKG="packages/cnijfilter2_*_amd64.deb"
PKG="packages/cnijfilter2-*.$arch.rpm"
PKG="cnijfilter2-*-rpm/packages/cnijfilter2-*.$arch.rpm"
return_tar $PKG
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