Index: [thread] [date] [subject] [author]
  From: Tristan Wibberley <twibberley@llamacom.com>
  To  : ggi-develop@eskimo.com
  Date: Wed, 05 Aug 1998 23:16:17 +0100

Re: Snapshots - permissions

Achim Kaiser wrote:
> 
> Hi,
> 
> Today I've downloaded the latest CVS-devel SNAPSHOT from the web site,
> because I wanted to know what the progress is on kgicon and ggi.
> 
> It seems there is a problem with the snapshots. The shell scripts like
> "configure" don't have any execution permissions. THERE ARE NO execution
> permissions in the whole archive but the directorys.
> 
> Achim

try doing this in the directory from where you extracted your source.

user@host > echo "chmod +x `find ./degas/ -type f -exec grep -l '#!/'
\{} \;" > ggix
user@host > chmod +x ggix

This should do the trick (does for me).

--
Tristan

Index: [thread] [date] [subject] [author]