Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-10 Thread Michael Homer
On Sun, May 11, 2008 at 7:29 AM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Hi all, > > I was trying to create a recipe for openoffice (source) and I ran into the > problem of performing some tasks just in between configure and make, which > isn't possible with the current Compile. I then created

[gobolinux-devel] Compile patch to add a post_configure hook

2008-05-10 Thread Daniele Maccari
Hi all, I was trying to create a recipe for openoffice (source) and I ran into the problem of performing some tasks just in between configure and make, which isn't possible with the current Compile. I then created this patch which simply run a "post_configure" hook, in the same style as other hook

Re: [gobolinux-devel] Manifest recipes issue

2008-05-10 Thread Daniele Maccari
Michael Homer wrote: > That is the problem, yes, the directories won't be readable. chmod -R > a+rX should have fixed that, though. > Using `chmod -R a+rX usr opt` worked. No changes in Compile's code needed :) > It doesn't seem to be in the attached recipe, so you should put it > back in. The

Re: [gobolinux-devel] Manifest recipes issue

2008-05-10 Thread Daniele Maccari
Here's the correct recipe. OpenOffice--2.4.0_bin--recipe.tar.bz2 Description: Binary data ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Re: [gobolinux-devel] Manifest recipes issue

2008-05-10 Thread Michael Homer
On Sat, May 10, 2008 at 8:55 PM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Jonas Karlsson wrote: >> On Sat, 10 May 2008 10:13:00 +0200, Daniele Maccari <[EMAIL PROTECTED]> >> wrote: >>> Michael Homer wrote: On 5/10/08, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Ok, I finally solved th

Re: [gobolinux-devel] Manifest recipes issue

2008-05-10 Thread Daniele Maccari
Jonas Karlsson wrote: On Sat, 10 May 2008 10:13:00 +0200, Daniele Maccari <[EMAIL PROTECTED]> wrote: Michael Homer wrote: On 5/10/08, Daniele Maccari <[EMAIL PROTECTED]> wrote: Ok, I finally solved the problem (if right or wrong, I don't know). Attached you'll find the patch,

Re: [gobolinux-devel] Manifest recipes issue

2008-05-10 Thread Jonas Karlsson
On Sat, 10 May 2008 10:13:00 +0200, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Michael Homer wrote: >> On 5/10/08, Daniele Maccari <[EMAIL PROTECTED]> wrote: >> >>> Ok, I finally solved the problem (if right or wrong, I don't know). >>> Attached you'll find the patch, please let me know. >>> Thi

Re: [gobolinux-devel] Manifest recipes issue

2008-05-10 Thread Michael Homer
On Sat, May 10, 2008 at 8:13 PM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Michael Homer wrote: >> On 5/10/08, Daniele Maccari <[EMAIL PROTECTED]> wrote: >> >>> Ok, I finally solved the problem (if right or wrong, I don't know). >>> Attached you'll find the patch, please let me know. >>> This wa

Re: [gobolinux-devel] Manifest recipes issue

2008-05-10 Thread Daniele Maccari
Michael Homer wrote: > On 5/10/08, Daniele Maccari <[EMAIL PROTECTED]> wrote: > >> Ok, I finally solved the problem (if right or wrong, I don't know). >> Attached you'll find the patch, please let me know. >> This way files on which current user has no permissions should be >> correctly managed,