diff options
| author | Bradley Smith | 2008-08-22 19:26:21 +0100 |
|---|---|---|
| committer | Bradley Smith | 2008-08-22 19:26:21 +0100 |
| commit | 06badf8140f72684f648396690c8db9f256cb0f9 (patch) | |
| tree | 20150df0cdae3d8470094cfaa66955632cd65dbb | |
| parent | Adjust build system. (diff) | |
| download | gnurobots-06badf8140f72684f648396690c8db9f256cb0f9.tar.gz | |
Correct scheme file installation so that the files are not executable.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
| -rw-r--r-- | scheme/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme/Makefile.am b/scheme/Makefile.am index c5018e7..df70bc8 100644 --- a/scheme/Makefile.am +++ b/scheme/Makefile.am @@ -17,7 +17,7 @@ schemedir = $(pkgdatadir)/scheme -scheme_SCRIPTS =\ +scheme_DATA =\ beep.scm\ greedy.scm\ mapper.scm\ |
