diff options
author | Damjan Marion <damarion@cisco.com> | 2018-09-12 14:01:10 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-09-12 16:38:59 +0000 |
commit | 79dcbc74cd417f4caf41bc398ccba94cab7d656b (patch) | |
tree | 043a57b2a904636093ff08b44f97172d09c36114 /extras/rpm/vpp-suse.spec | |
parent | 350155329c6075cef48b2d6934329a7ad75cf5c8 (diff) |
Always use 'lib' instead of 'lib64'
It is packaging responsibility to put libs in the right place.
Use of lib64 resulted in huge amount of files with hardcoded lib64.
This patch simplifies things...
Change-Id: Iab0dea0583e480907732c5d2379eb951a00fa9e6
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'extras/rpm/vpp-suse.spec')
-rw-r--r-- | extras/rpm/vpp-suse.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/rpm/vpp-suse.spec b/extras/rpm/vpp-suse.spec index 22420fa154c..2830bd3e162 100644 --- a/extras/rpm/vpp-suse.spec +++ b/extras/rpm/vpp-suse.spec @@ -18,7 +18,7 @@ %define _vpp_build_dir %{buildroot}/../../BUILD/vpp-%{version}/build-root %define _vpp_install_dir %{_vpp_build_dir}/install-vpp-native/ -%define _vpp_plugins_lib_dir %{_vpp_install_dir}/vpp/lib64 +%define _vpp_plugins_lib_dir %{_vpp_install_dir}/vpp/lib %define lname libvpp0 |