Commit 9d1c05e4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repack: use EPM_REPACK_SCRIPTS_DIR in any cases of using repack.d/ dir

parent 4042328c
......@@ -28,7 +28,7 @@ __epm_check_if_needed_repack()
# FIXME: use real way (for any archive)
# FIXME: from вроде не существует и не работает
local pkgname="$(epm print name from "$1")"
local repackcode="$CONFIGDIR/repack.d/$pkgname.sh"
local repackcode="$EPM_REPACK_SCRIPTS_DIR/$pkgname.sh"
[ -x "$repackcode" ] || return
warning "There is repack rule for $pkgname package. It is better install this package via 'epm --repack install' or 'epm play'."
}
......
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