Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jsk_pr2_desktop] change install destination to ~/.local/share/applications #788

Merged
merged 1 commit into from Jun 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions jsk_pr2_robot/jsk_pr2_desktop/CMakeLists.txt
Expand Up @@ -3,11 +3,7 @@ project(jsk_pr2_desktop)

find_package(catkin REQUIRED COMPONENTS jsk_pr2_startup)

set(SETUP_DIRECTORY $ENV{XDG_DESKTOP_DIR})
if ("${SETUP_DIRECTORY}" STREQUAL "")
set(SETUP_DIRECTORY $ENV{HOME}/Desktop)
endif ("${SETUP_DIRECTORY}" STREQUAL "")

set(SETUP_DIRECTORY $ENV{HOME}/.local/share/applications)
set(PROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})
set(PROJECT_SCRIPTS_DIR ${PROJECT_SOURCE_DIR}/scripts)
set(PR2_USER applications)
Expand Down