From 621289494d23d3ac0b383d63371205cb826ccb8c Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 28 Sep 2019 21:46:18 +0100 Subject: Main project script sets executable flags at configure time Until now, when the project's source was downloaded from something like arXiv, in `README.md', we were instructing them to set the executable flags of all the files that need it. But except for `./project', the reader shouldn't have to worry about the project internals! Once its executable, `./project' can easily fix the executable flags of all the files that need it automatically. With this commit, in `README.md', we just instruct the reader to set the executable flag of `./project' and any other file that needs an executable flag is given one at the start of the set of commands for `./project configure'. In customized projects, if an author needs executable flags on any other files, they can easily add it there without involving the user. --- .file-metadata | Bin 6250 -> 6250 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index b75a1d7..196f109 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1