__epm_play_run_script "$prescription"--run"$@"|| fatal "There was some error during install the application."
return
fi
if __check_play_script "$prescription";then
#__is_app_installed "$prescription" && info "$$prescription is already installed (use --remove to remove)" && exit 1
__epm_play_run "$prescription"--run"$@"&& __save_installed_app "$prescription"|| fatal "There was some error during install the application."
...
...
@@ -9575,7 +9597,11 @@ __epm_repack_to_rpm()
# 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."