From f016d4f2e83b800f7280a2719e63e88ed0ee0643 Mon Sep 17 00:00:00 2001 From: Tyler Erickson Date: Thu, 5 Sep 2024 10:21:21 -0600 Subject: [PATCH] make: Fixing how deep the RPM and DEB packaged install under /usr/local/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 [Seagate/openSeaChest#132] Signed-off-by: Tyler Erickson --- nfpm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfpm.yaml b/nfpm.yaml index 300fd70..a50f682 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -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