From 7c644f948d9485fcebbc549f4295bdf0c3deb1e0 Mon Sep 17 00:00:00 2001
From: Vitaly Lipatov <lav@etersoft.ru>
Date: Mon, 20 Mar 2023 18:05:32 +0300
Subject: [PATCH] epm repack rstudio: fix chrome-sandbox

---
 repack.d/rstudio.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/repack.d/rstudio.sh b/repack.d/rstudio.sh
index 8f01964e..54725ef2 100755
--- a/repack.d/rstudio.sh
+++ b/repack.d/rstudio.sh
@@ -19,6 +19,8 @@ subst '1iAutoReq:yes,nopython,nopython3,nomono,nomonolib' $SPEC
 
 remove_dir /usr/lib/.build-id
 
+fix_chrome_sandbox
+
 filter_from_requires libQt5 libicu "libpq.so.5(RHPG_9"
 
 #if [ "$(epm print info -e)" = "ALTLinux/p10" ] ; then
-- 
2.24.1