From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751757AbdJABUQ (ORCPT ); Sat, 30 Sep 2017 21:20:16 -0400 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:48665 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751217AbdJABUP (ORCPT ); Sat, 30 Sep 2017 21:20:15 -0400 Date: Sun, 1 Oct 2017 02:20:00 +0100 From: Ben Hutchings To: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo Cc: Alexander Shishkin , linux-kernel@vger.kernel.org Message-ID: <20171001011959.GO18698@decadent.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="XzWDHICoUFRd33PB" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ben@decadent.org.uk Subject: [PATCH] perf: tools: Install strace group definitions without executable bit X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on shadbolt.decadent.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --XzWDHICoUFRd33PB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The install command sets executable permission by default, but these definitions aren't executables. Signed-off-by: Ben Hutchings --- tools/perf/Makefile.perf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 91ef44bfaf3e..9d19cfaa79b0 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -745,7 +745,7 @@ endif ifndef NO_LIBAUDIT $(call QUIET_INSTALL, strace/groups) \ $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(STRACE_GROUPS_INSTDIR_SQ)'; \ - $(INSTALL) trace/strace/groups/* -t '$(DESTDIR_SQ)$(STRACE_GROUPS_INSTDIR_SQ)' + $(INSTALL) -m 644 trace/strace/groups/* -t '$(DESTDIR_SQ)$(STRACE_GROUPS_INSTDIR_SQ)' endif ifndef NO_LIBPERL $(call QUIET_INSTALL, perl-scripts) \ --XzWDHICoUFRd33PB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBWdBCv+e/yOyVhhEJAQqjfA//ZY14m7Ck+TIrJ+9Oxm2Kz7eyzJ5E0Gi2 iWjOCsx3PGBH/7jN6hQ6gx6PMx6F/tmp74Mxry1IC4gaUX4tgpl09VzCPXQNTTfD GeRVIIbdoPNdv6imdvi2NU9Dvby03GDTUqfVj/PkR4PaSB4ladhm0oFf3ANib35u 175DZckmw3rmLN3lyNhLDuFIDfSQg00CeBlZ+hdl3UNY6oU8PIwFQQj7jLsdAdOD ENhRkHFM2GbbluKt3Axp2n40x6Pato16TIQ5pVkJ3WsC5D93WUBf0auPWWszCS/G wWrDS3QtdNQv6nPQeXFfYjoINzd/17EUDHLtfbklcmtpysjPSmNbaMmwWBPoHKCa NK8OGCyxQf/e85P9W1g18422/2lOB8Yilq6KXbP8Ii+AXkvISiKDBp3qcFcqxgqB OP52Brl7NdOi4GbnYInGp3cpsR/cj0XVwfygiy/FwWNmKZ4pBHm1txRqX4fHBCD5 Pk7qSIrLBIc5yigKp6sec0gtQ0fkmtRewG6yLDymzOklNW6BghkIf60QPS4XoFyh 2zplEf71nB41PS0JSSbXpLe3aSaQSNWnhrkm74sH4M9tv27kPsPdNaiFvWjNe84t h20NxxyACQRXfuTVpoGSIhVpjLoKBfwk0hOR95mPX+gAiGRylrl4tU555Fkhiu47 1x5YINmqibI= =Q9m1 -----END PGP SIGNATURE----- --XzWDHICoUFRd33PB--