summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-04-01 12:46:55 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-02 21:20:40 -0400
commitf0821df517bc334c142892ce663a2c1591a04b0c (patch)
tree54a2a67d55481ed750cedd8eebd8397fd3fccd84
parent3d1cc08e5a069f04af75174dbfd921f2675070a0 (diff)
downloadtalos-openbmc-f0821df517bc334c142892ce663a2c1591a04b0c.tar.gz
talos-openbmc-f0821df517bc334c142892ce663a2c1591a04b0c.zip
meta-phosphor: ipmi-net: install firewall script in bin
Install the firewall script into bin instead of sbin. (From meta-phosphor rev: 1dab3c4f4e6276e872570d6f7a63d4286d914afa) Change-Id: I53a88eadf504808a3a42470104657bb8058bb1c4 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
index 25833f507..a084387f2 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
@@ -22,9 +22,9 @@ SRCREV = "8af90ebcc552e243ae85aa9e9da1a00fbecab56c"
S = "${WORKDIR}/git"
do_install_append() {
- install -d ${D}${sbindir}
+ install -d ${D}${bindir}
install -m 0755 ${WORKDIR}/ipmi-net-firewall.sh \
- ${D}${sbindir}/ipmi-net-firewall.sh
+ ${D}${bindir}/ipmi-net-firewall.sh
}
SYSTEMD_SERVICE_${PN} = " \
OpenPOWER on IntegriCloud