From 344fc208eaa97d7f3860f27284a0efe6f17ddc78 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Mon, 28 Mar 2016 11:51:22 +0100 Subject: development/perf: Updated for version 4.4.6. Fix build failure with optional deps. Signed-off-by: David Spencer --- development/perf/perf.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'development/perf/perf.SlackBuild') diff --git a/development/perf/perf.SlackBuild b/development/perf/perf.SlackBuild index 927c235c75..16ce1bcc0c 100644 --- a/development/perf/perf.SlackBuild +++ b/development/perf/perf.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perf -VERSION=${VERSION:-4.4} +VERSION=${VERSION:-4.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,8 @@ rm -f $SRCDIR/.config-detected # Fixup paths (sysconfdir= and mandir= don't work) mv $PKG/usr/share/man $PKG/usr/man -rmdir $PKG/usr/share +# if perf is built with optional deps, $PKG/usr/share/perf-core exists +rmdir --ignore-fail-on-non-empty $PKG/usr/share find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3