summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Chen2016-10-26 12:09:25 -0400
committerDaniel Chen2016-10-26 12:09:25 -0400
commitc594a8cb0fba47c30b8ceff19614f72bc5c54c0f (patch)
tree008b4928a446ab576c346dcb4b157255bbaeba65 /PKGBUILD
parent22212594b16cfc465be7f31a4019cda3ddc552be (diff)
downloadaur-c594a8cb0fba47c30b8ceff19614f72bc5c54c0f.tar.gz
change launch script per artemklevtsov
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 023fdee08f4a..3199ce6cd594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rstudio-desktop-preview-bin
pkgver=1.0.44
-pkgrel=1
+pkgrel=2
pkgdesc="A new integrated development environment (IDE) for R (binary version from RStudio official website)"
arch=('i686' 'x86_64')
license=('GPL')
@@ -68,7 +68,8 @@ export QT_DIR=/usr/lib/rstudio/bin
export QT_PLUGIN_PATH=$QT_DIR/plugins
export QT_QPA_PLATFORM_PLUGIN_PATH=$QT_PLUGIN_PATH/platforms
export KDEDIRS=/usr
-exec /usr/lib/rstudio/bin/rstudio
+# exec /usr/lib/rstudio/bin/rstudio
+exec /usr/lib/rstudio/bin/rstudio "$@"
' > "$pkgdir/usr/bin/rstudio-preview-bin"
chmod 755 "$pkgdir/usr/bin/rstudio-preview-bin"