Skip to content

Commit

Permalink
add package dependency to psmisc
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Mar 10, 2011
1 parent 1453c0c commit 544c224
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/linux/CMakeLists.txt
Expand Up @@ -34,6 +34,10 @@ if(RSTUDIO_SERVER)
set(CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${CMAKE_CURRENT_BINARY_DIR}/rpm-script/postinst.sh")
set(CPACK_RPM_POST_UNINSTALL_SCRIPT_FILE "${CMAKE_CURRENT_SOURCE_DIR}/rpm-script/postrm.sh")

# depend on psmisc (for killall)
set(RSTUDIO_DEBIAN_DEPENDS "psmisc, ")
set(RSTUDIO_RPM_DEPENDS "psmisc, ")

endif()

# package file name
Expand Down

0 comments on commit 544c224

Please sign in to comment.