X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 77D8FDC0108 for ; Thu, 31 Oct 2013 19:05:05 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id A7257BC3696; Thu, 31 Oct 2013 19:05:04 +0000 (UTC) Date: Thu, 31 Oct 2013 20:05:00 +0100 From: Natanael Copa To: "Leslie P. Polzer | PORT ZERO" Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] main/phpmyadmin: fix deps and permissions Message-ID: <20131031200500.5cfe2474@ncopa-desktop.alpinelinux.org> In-Reply-To: <52727E6B.5020706@port-zero.com> References: <52727E6B.5020706@port-zero.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; x86_64-alpine-linux-uclibc) 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=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 31 Oct 2013 16:59:39 +0100 "Leslie P. Polzer | PORT ZERO" wrote: > @@ -59,6 +59,8 @@ package() { > mkdir -p "$pkgdir"/usr/share/$pkgname/ || return 1 > mv "$pkgdir"/usr/share/webapps/$pkgname/config.sample.inc.php \ > "$pkgdir"/usr/share/$pkgname/ || return 1 > + > + chown -R 0:0 "$pkgdir" > } > > doc() { why is that chown -R 0:0 needed? It looks to that permissions are correct already? apk fetch --stdout phpmyadmin | tar -ztv shows only root/root? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---