Skip to content

Commit

Permalink
pmdaresctrl: fix install location of systemd mount file
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Nov 1, 2023
1 parent b6d5322 commit d0bbdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmdas/resctrl/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install_pcp install: default
$(INSTALL) -m 755 -d $(PMDATMPDIR)
$(INSTALL) -m 755 -t $(PMDATMPDIR) Install Remove $(CMDTARGET) $(LIBTARGET) $(PMDAADMDIR)
$(INSTALL) -m 644 -t $(PMDATMPDIR) root pmns domain.h $(DFILES) $(PMDAADMDIR)
$(INSTALL) -m 644 sys-fs-resctrl.mount $(PCP_SYSTEMDUNIT_DIR)/systemd/system/sys-fs-resctrl.mount
$(INSTALL) -m 644 sys-fs-resctrl.mount $(PCP_SYSTEMDUNIT_DIR)/sys-fs-resctrl.mount
@$(INSTALL_MAN)

$(VERSION_SCRIPT):
Expand Down

0 comments on commit d0bbdc5

Please sign in to comment.