Commit 3ab97a11 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: use epm_status_repacked() instead if checking inplace

parent dc656647
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
load_helper epm-sh-altlinux load_helper epm-sh-altlinux
load_helper epm-assure load_helper epm-assure
load_helper epm-status
[ -n "$EPM_REPACK_SCRIPTS_DIR" ] || EPM_REPACK_SCRIPTS_DIR="$CONFIGDIR/repack.d" [ -n "$EPM_REPACK_SCRIPTS_DIR" ] || EPM_REPACK_SCRIPTS_DIR="$CONFIGDIR/repack.d"
...@@ -28,9 +29,7 @@ __epm_have_repack_rule() ...@@ -28,9 +29,7 @@ __epm_have_repack_rule()
[ "$BASEDISTRNAME" = "alt" ] || return 1 [ "$BASEDISTRNAME" = "alt" ] || return 1
# skip for packages built with repack # skip for packages built with repack
local packager="$(epm print field Packager for "$1" 2>/dev/null)" epm_status_repacked "$1" && return 1
[ "$packager" = "EPM <support@etersoft.ru>" ] && return 1
[ "$packager" = "EPM <support@eepm.ru>" ] && return 1
# FIXME: use real way (for any archive) # FIXME: use real way (for any archive)
local pkgname="$(epm print name for package "$1")" local pkgname="$(epm print name for package "$1")"
......
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