Skip to content

Commit

Permalink
build: install into bin instead of sbin
Browse files Browse the repository at this point in the history
Installs into bin instead of sbin per guidelines.

Signed-off-by: Patrick Venture <[email protected]>
Change-Id: I506628bb9930c6930284f4183d492080e79dd5f0
  • Loading branch information
pstrinkle committed Apr 4, 2019
1 parent aa2030c commit b964c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AM_DEFAULT_SOURCE_EXT = .cpp
systemdsystemunit_DATA = \
[email protected]

sbin_PROGRAMS = \
bin_PROGRAMS = \
openpower-proc-control

openpower_proc_control_SOURCES = \
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=obmc-power-stop-pre@%i.target

[Service]
Type=oneshot
ExecStart=@sbindir@/openpower-proc-control cleanupPcie
ExecStart=@bindir@/openpower-proc-control cleanupPcie

[Install]
WantedBy=obmc-chassis-poweroff@%i.target

0 comments on commit b964c92

Please sign in to comment.