Commit 367bfa40 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack rstudio: fix packing

parent c74a4ccd
...@@ -9,7 +9,10 @@ PRODUCTDIR=/usr/lib/$PRODUCT ...@@ -9,7 +9,10 @@ PRODUCTDIR=/usr/lib/$PRODUCT
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
add_bin_exec_command $PRODUCT /usr/lib/rstudio/bin/rstudio add_bin_exec_command $PRODUCT
# fix bug in upstream
subst 's|/usr/lib/rstudio/bin/rstudio|$PRODUCTDIR/$PRODUCT|' $BUILDROOT$PRODUCTDIR/resources/app/bin/rstudio-backtrace.sh
# https://bugzilla.altlinux.org/43794 # https://bugzilla.altlinux.org/43794
subst '1iAutoReq:yes,nopython,nopython3,nomono,nomonolib' $SPEC subst '1iAutoReq:yes,nopython,nopython3,nomono,nomonolib' $SPEC
......
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