You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
497 B
12 lines
497 B
diff -Naurp pcp-5.3.7.orig/src/pmie/GNUmakefile pcp-5.3.7/src/pmie/GNUmakefile
|
|
--- pcp-5.3.7.orig/src/pmie/GNUmakefile 2022-02-02 11:53:05.000000000 +1100
|
|
+++ pcp-5.3.7/src/pmie/GNUmakefile 2022-05-03 11:45:12.108743480 +1000
|
|
@@ -80,6 +80,7 @@ pmie.service : pmie.service.in
|
|
$(SED) <$< >$@ \
|
|
-e 's;@PCP_RC_DIR@;'$(PCP_RC_DIR)';' \
|
|
-e 's;@PCP_RUN_DIR@;'$(PCP_RUN_DIR)';' \
|
|
+ -e 's;@PCP_SYSCONFIG_DIR@;'$(PCP_SYSCONFIG_DIR)';' \
|
|
# END
|
|
|
|
pmie_farm.service : pmie_farm.service.in
|