summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--scripts/fru-read-example.yaml (renamed from scripts/example.yaml)0
2 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8b28ff0..7efb842 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ AS_IF([test "x$INVSENSOR_YAML_GEN" == "x"], [INVSENSOR_YAML_GEN="inventory-senso
INVSENSORGEN="$PYTHON ${srcdir}/scripts/inventory-sensor.py -i $INVSENSOR_YAML_GEN"
AC_SUBST(INVSENSORGEN)
-AS_IF([test "x$FRU_YAML_GEN" == "x"], [FRU_YAML_GEN="example.yaml"])
+AS_IF([test "x$FRU_YAML_GEN" == "x"], [FRU_YAML_GEN="fru-read-example.yaml"])
FRUGEN="$PYTHON $srcdir/scripts/fru_gen.py -i $FRU_YAML_GEN"
AC_SUBST(FRUGEN)
diff --git a/scripts/example.yaml b/scripts/fru-read-example.yaml
index 1bb8e5d..1bb8e5d 100644
--- a/scripts/example.yaml
+++ b/scripts/fru-read-example.yaml
OpenPOWER on IntegriCloud