~alpine/devel

3 2

[alpine-devel] main/phpmyadmin: fix deps and permissions

Leslie P. Polzer | PORT ZERO <polzer@port-zero.com>
Details
Message ID
<52727E6B.5020706@port-zero.com>
Sender timestamp
1383235179
DKIM signature
missing
Download raw message
Patch attached.

  Leslie

-- 
Dipl.Ing.(BA) Leslie P. Polzer | CTO - PORT ZERO
UG (haftungsbeschränkt)
Softwareentwicklung & IT Engineering
Adalbertstraße 7/8
10999 Berlin
Tel.: +49 (0)30 - 69 200 907 - 0
Fax: +49 (0)30 - 69 200 907 - 9
http://www.port-zero.com
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20131031200500.5cfe2474@ncopa-desktop.alpinelinux.org>
In-Reply-To
<52727E6B.5020706@port-zero.com> (view parent)
Sender timestamp
1383246300
DKIM signature
missing
Download raw message
On Thu, 31 Oct 2013 16:59:39 +0100
"Leslie P. Polzer | PORT ZERO" <polzer@port-zero.com> 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
---
Leslie P. Polzer | PORT ZERO <polzer@port-zero.com>
Details
Message ID
<5272B651.7070306@port-zero.com>
In-Reply-To
<20131031200500.5cfe2474@ncopa-desktop.alpinelinux.org> (view parent)
Sender timestamp
1383249489
DKIM signature
missing
Download raw message
On 10/31/2013 08:05 PM, Natanael Copa wrote:
> On Thu, 31 Oct 2013 16:59:39 +0100
> "Leslie P. Polzer | PORT ZERO" <polzer@port-zero.com> 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?

You are right. I remember viewing the tar and seeing that my build user
and group owned the files, but this is not the case anymore.

So let's remove it.

Thanks!

  Leslie

-- 
Dipl.Ing.(BA) Leslie P. Polzer | CTO - PORT ZERO
UG (haftungsbeschränkt)
Softwareentwicklung & IT Engineering
Adalbertstraße 7/8
10999 Berlin
Tel.: +49 (0)30 - 69 200 907 - 0
Fax: +49 (0)30 - 69 200 907 - 9
http://www.port-zero.com


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20131101170140.41bf5f43@ncopa-desktop.alpinelinux.org>
In-Reply-To
<52727E6B.5020706@port-zero.com> (view parent)
Sender timestamp
1383321700
DKIM signature
missing
Download raw message
On Thu, 31 Oct 2013 16:59:39 +0100
"Leslie P. Polzer | PORT ZERO" <polzer@port-zero.com> wrote:

> Patch attached.
> 
>   Leslie
> 

applied. thanks!



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)