summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2018-09-27 14:04:43 +0200
committerDamjan Marion <damarion@cisco.com>2018-09-27 14:05:18 +0200
commit74447d4fc5f5ff1bbde8c0cab26b3aade0548da4 (patch)
treed8b388a7905c3bc461ae3b5dd6f73411fb67eff1 /build
parent282093f1fe783b5d36a014d4495995cd64e2e3fb (diff)
fix typo in vpp-ext-deps rpm packaging
Change-Id: Ia23a876cefbfd32d6f543a77dfec57a4aa5676ae Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build')
-rw-r--r--build/external/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/external/Makefile b/build/external/Makefile
index 38e8d634650..8ac764caf25 100644
--- a/build/external/Makefile
+++ b/build/external/Makefile
@@ -110,7 +110,7 @@ $(DEV_RPM): Makefile rpm/vpp-ext-deps.spec
build-rpm: $(DEV_RPM)
install-rpm:
-ifneq ($(INSTALLED_RPM_VER),$(PRM_VER)-$(PKG_SUFFIX))
+ifneq ($(INSTALLED_RPM_VER),$(RPM_VER)-$(PKG_SUFFIX))
@$(MAKE) $(DEV_RPM)
sudo rpm -Uih $(DEV_RPM)
else