summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Smith2008-08-22 19:26:21 +0100
committerBradley Smith2008-08-22 19:26:21 +0100
commit06badf8140f72684f648396690c8db9f256cb0f9 (patch)
tree20150df0cdae3d8470094cfaa66955632cd65dbb
parentAdjust build system. (diff)
downloadgnurobots-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.am2
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\