Skip to content

Commit

Permalink
make: Fixing how deep the RPM and DEB packaged install under /usr/loc…
Browse files Browse the repository at this point in the history
…al/bin

This is outputting one directory too deep due to misunderstanding the format of this file.
It will now install from RPM or DEB to /usr/local/bin rather than /usr/local/bin/openSeaChest

[#132]

Signed-off-by: Tyler Erickson <[email protected]>
  • Loading branch information
vonericsen committed Sep 5, 2024
1 parent 9a23cc6 commit f016d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homepage: "https://www.github.com/Seagate/openSeaChest"
license: "MPL"
contents:
- src: openSeaChest_*
dst: /usr/local/bin/openSeaChest
dst: /usr/local/bin
file_info:
# Make sure that the mode is specified in octal, e.g. 0644 instead of 644.
mode: 0755
Expand Down

0 comments on commit f016d4f

Please sign in to comment.