From 693b7026a8da00d4b325f1cde09959d88696b294 Mon Sep 17 00:00:00 2001 From: Sachin Date: Sat, 18 Jun 2016 15:28:08 +0530 Subject: Enhanced RPM build process to make rpm for any given platform - Currently default rpm.spec only look for "install-vpp-native" Change-Id: Iaa78c46ae62d2747bda6ffc1189cb8ac6d578bd8 Signed-off-by: Sachin --- build-root/rpm/vpp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-root/rpm') diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec index b02b2bfe8ef..4a666e68aa4 100644 --- a/build-root/rpm/vpp.spec +++ b/build-root/rpm/vpp.spec @@ -1,4 +1,4 @@ -%define _vpp_install_dir ../install-vpp-native +%define _vpp_install_dir ../%{_install_dir} %define _vpp_build_dir ../build-tool-native %define _unitdir /lib/systemd/system %define _topdir %(pwd) -- cgit 1.2.3-korg