# нужно удалить все пакеты, которые зависят от удаляемого
if[-n"$noscripts"];then
warning "It is not recommended to remove a few packages with disabled scripts simultaneously."
#warning "It is not recommended to remove a few packages with disabled scripts simultaneously."
fatal "We can't allow packages removing on hi level when --noscripts is used."
fi
...
...
@@ -9201,8 +9215,10 @@ __prepare_source_package()
# TODO: use func for get name from deb pkg
# TODO: epm print name from deb package
local pkgname="$(echo$alpkg | sed-e"s|_.*||")"
# TODO: use stoplist only for deb?
[-z"$force"]&& __check_stoplist $(echo$alpkg | sed-e"s|_.*||")&& fatal "Please use official package instead of $alpkg repacking (It is not recommended to use --force to skip this checking."
[-z"$force"]&& __check_stoplist $pkgname&& fatal "Please use official package instead of $alpkg repacking (It is not recommended to use --force to skip this checking."
SUBGENERIC=''
...
...
@@ -9214,7 +9230,7 @@ __prepare_source_package()
# convert tarballs to tar (for alien)
# they will fill $returntarname
if rhas "$alpkg""\.AppImage$";then
if rihas "$alpkg""\.AppImage$";then
# big hack with $pkg_urls_downloaded (it can be a list, not a single url)
# run generic scripts and repack script for the pkg
cd$buildroot|| fatal
[-n"$EEPM_INTERNAL_PKGNAME"]&&["$EEPM_INTERNAL_PKGNAME"!="$pkgname"]&& fatal "Some bug: the name of the repacking package ($pkgname) differs with the package name ($EEPM_INTERNAL_PKGNAME) from play.d script."