Skip to content

Commit

Permalink
install: install rstudio desktop file
Browse files Browse the repository at this point in the history
add '/usr/local/package/bin' to rstudio profile
  • Loading branch information
david committed Oct 13, 2020
1 parent 3e68bf5 commit bd2df98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash -x
#! /bin/bash

# Although these should be inherited from the Makefile,
# we set some defaults ourself, too, in case we are called
Expand Down Expand Up @@ -185,4 +185,5 @@ install_data checktrust/getty-checktrust.service "$DESTDIR$systemdunitd
install_exec checktrust/getty-checktrust "$DESTDIR$usr_exec_prefix/libexec/getty-checktrust"
install_desktop_file desktop-files/org.inkscape.Inkscape.desktop \
"$DESTDIR$desktopdir/org.inkscape.Inkscape.desktop"
install_desktop_file desktop-files/rstudio.desktop "$DESTDIR$desktopdir/rstudio.desktop"
exit

0 comments on commit bd2df98

Please sign in to comment.