From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A06A51395E2 for ; Wed, 30 Nov 2016 05:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F22E9E0B80; Wed, 30 Nov 2016 05:29:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D66B1E0B80 for ; Wed, 30 Nov 2016 05:29:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BDB0341398 for ; Wed, 30 Nov 2016 05:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAE9E49C for ; Wed, 30 Nov 2016 05:29:02 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1480483512.7aaea52be77d25a4adad322627d79e1d699330b5.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/ X-VCS-Repository: proj/devmanual X-VCS-Files: function-reference/install-functions/text.xml X-VCS-Directories: function-reference/install-functions/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 7aaea52be77d25a4adad322627d79e1d699330b5 X-VCS-Branch: master Date: Wed, 30 Nov 2016 05:29:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d938671a-d05f-4d49-8586-4bb9aa48b08a X-Archives-Hash: 506298b8750e903ac47a32df7a1a4c29 commit: 7aaea52be77d25a4adad322627d79e1d699330b5 Author: Wim Muskee gmail com> AuthorDate: Thu Nov 17 19:46:35 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Wed Nov 30 05:25:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7aaea52b function-reference/install-functions: differentiate doexe and dobin better Gentoo-Bug: 586632 function-reference/install-functions/text.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml index fec68ba..614a8df 100644 --- a/function-reference/install-functions/text.xml +++ b/function-reference/install-functions/text.xml @@ -99,7 +99,9 @@ the first is the source name, the second the name to use when installing. dobin - Install a binary + Install a binary into /usr/bin, set the file mode to 0755 + and set the ownership to superuser or its equivalent on the + system or installation at hand. @@ -139,7 +141,9 @@ the first is the source name, the second the name to use when installing. doexe - Install an executable + Install an executable into the location provided by exeinto, + by default with mode 0755 or with the install options set by + exeopts