From 7c5f50d191cf06f362a1f620154c577feae2bde1 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 18 Nov 2015 22:13:20 +0300 Subject: [PATCH] Wireshark: add arch suffix for cmd:strip --- net-analyzer/wireshark/wireshark-2.0.0~rc3.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-2.0.0~rc3.recipe b/net-analyzer/wireshark/wireshark-2.0.0~rc3.recipe index faa06b68b..1b0b61c01 100644 --- a/net-analyzer/wireshark/wireshark-2.0.0~rc3.recipe +++ b/net-analyzer/wireshark/wireshark-2.0.0~rc3.recipe @@ -65,7 +65,7 @@ BUILD_PREREQUIRES=" cmd:make cmd:pkg_config$secondaryArchSuffix cmd:python - cmd:strip + cmd:strip$secondaryArchSuffix " BUILD() @@ -81,7 +81,7 @@ BUILD() INSTALL() { - # disable install-data-local rulse as it breaks the build + # disable install-data-local rule as it breaks the build sed -i 's/install-data-am: install-data-local/install-data-am: /g' Makefile make install-strip