X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 0CBAEDC085F for ; Tue, 18 Aug 2015 23:17:34 +0000 (UTC) Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id BCF72DC07C1 for ; Tue, 18 Aug 2015 23:17:33 +0000 (UTC) Received: by pawq9 with SMTP id q9so45546211paw.3 for ; Tue, 18 Aug 2015 16:17:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=dAPrjWhyw1ACCPCWZSRmxXjJX69HHWJTphvMROL2unI=; b=EsMoxctKGxhxAW8otlcFOxwUiTKqYGeGf2StQzCiJRiDjJ92EZVaCLoaRSG2ox0Ma9 yugayXIN8rQs4NSmBb4MrN1iO+WmvAX/tKdy7Dyoy31WBuqKR3ldiwXznbNPJyZZ54ci fNxq9Edy/62DQLgsStpcLpRS7qUFkx6NP4Pe3pHvCUEhrOiELbqrZZcdzqxmfco4NsYy XEHvk8YghglNXZ/gJ6HdZWdydFQtSBzJpIq+VyVbBXd55yB3qTUnKfYzlAuNW+WHvk6o gikke/kev0FbY5xxgrLpV1c63Yrwphtc7tcuvkBUaUPacx32Qec1M7M8fiY7NGjQi2GR lSoQ== X-Received: by 10.66.66.163 with SMTP id g3mr18421131pat.85.1439939852057; Tue, 18 Aug 2015 16:17:32 -0700 (PDT) Received: from newbook ([50.0.227.100]) by smtp.gmail.com with ESMTPSA id i2sm5734788pdk.66.2015.08.18.16.17.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Aug 2015 16:17:31 -0700 (PDT) Date: Tue, 18 Aug 2015 16:17:31 -0700 From: Isaac Dunham To: =?iso-8859-1?Q?S=F6ren?= Tempel Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] abuild: check for man pages in non-standard locations Message-ID: <20150818231729.GA1900@newbook> References: <1439928059-5204-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1439928059-5204-1-git-send-email-soeren+git@soeren-tempel.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: ClamAV using ClamSMTP On Tue, Aug 18, 2015 at 10:00:59PM +0200, S=F6ren Tempel wrote: > Some packages like fakeroot install man pages to > /usr/share/man/{de,fr,pl,...}. In my opinion we don't need those man > pages and thus I would suggest that only /usr/share/man[0-8] should > exist. These are not non-standard locations. They are the standard locations for non-english languages. /usr/share/man/man[0-8] is the standard location for english manpages (not /usr/share/man[0-8] as you say in the commit message), but your patch gets that right. FYI, this patch does not fix one standing issue with compressing manpages: symlinks to manpages are not fixed to point to the compressed one. Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---