automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: making script executable?


From: Sander Niemeijer
Subject: Re: making script executable?
Date: Tue, 4 Feb 2003 10:05:22 +0100

I assume the script is part of your distribution and only needs to have executable permission there, right? In order to give it these executable permissions when you build your distribution use a
---
dist-hook:
        chmod 755 your_script
---
in your top level Makefile.

Hope this helps.

Regards,
Sander Niemeijer

On Monday, Feb 3, 2003, at 23:20 Europe/Amsterdam, address@hidden wrote:



I have a shell script which I want to run as part of a testsuite. However when I do a 'make distcheck' this script (which does not get configured or
anything at build time) ends up with execute permissions turned off.
Since I want to be able to properly deal with a read only source tree,
what should I do?

Thanks
-Dan









reply via email to

[Prev in Thread] Current Thread [Next in Thread]