Skip to content

Commit

Permalink
Merge pull request #636 from andreasgerstmayr/fix-pmdabcc-install
Browse files Browse the repository at this point in the history
pmdabcc: fix install (due to README rename)
  • Loading branch information
natoscott committed May 7, 2019
2 parents 7664116 + e45556b commit 08a5374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmdas/bcc/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build-me: check_domain
install_pcp install :: default
$(INSTALL) -m 755 -d $(PMDADIR)
$(INSTALL) -m 755 Install Remove Upgrade $(PYSCRIPT) $(PMDADIR)
$(INSTALL) -m 644 README $(CONFIGS) $(PMDADIR)
$(INSTALL) -m 644 README.md $(CONFIGS) $(PMDADIR)
$(INSTALL) -m 644 pmdautil.python $(PMDADIR)/pmdautil.python
@$(INSTALL_MAN)

Expand Down

0 comments on commit 08a5374

Please sign in to comment.