Hi,

I'm working on a package that requires to run the file install (a perl  
script) to build it. The readme says to just call ./install from the  
directory. This works fine from the CLI, but when I use it in my info  
file, nothing happens.

I tried both:

CompileScript: <<
  #!/bin/sh -ev
  ./install
<<


and

CompileScript: <<
  ./install
<<


How can I get this to work?


thanks,

- Koen.




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to