Skip to content

Commit

Permalink
Issues #19 Don't use the installed PMNS when generating the help text…
Browse files Browse the repository at this point in the history
… database.
  • Loading branch information
pcolby committed May 10, 2014
1 parent aa943b1 commit 4d40e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if (PCP_PMDAS_DIR)
if (EXISTS ${PCP_NEWHELP_EXECUTABLE})
message(\"-- Generating: \$ENV{DESTDIR}${PCP_PMDAS_DIR}/${PMDA_NAME}/help.{dir,pag}\")
execute_process(
COMMAND ${PCP_NEWHELP_EXECUTABLE} help
COMMAND ${PCP_NEWHELP_EXECUTABLE} -n root help
WORKING_DIRECTORY \$ENV{DESTDIR}${DESTDIR}${PCP_PMDAS_DIR}/${PMDA_NAME}
RESULT_VARIABLE export_result
)
Expand Down

0 comments on commit 4d40e85

Please sign in to comment.