diff options
Diffstat (limited to 'build/external/Makefile')
-rw-r--r-- | build/external/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/external/Makefile b/build/external/Makefile index 1082cfc1c39..a1352a69cbf 100644 --- a/build/external/Makefile +++ b/build/external/Makefile @@ -112,7 +112,7 @@ build-rpm: $(DEV_RPM) install-rpm: ifneq ($(INSTALLED_RPM_VER),$(RPM_VER)-$(PKG_SUFFIX)) @$(MAKE) $(DEV_RPM) - sudo rpm -Uih $(DEV_RPM) + sudo rpm -Uih --force $(DEV_RPM) else @echo "==========================================================" @echo " Up-to-date DPDK package already installed" |