[anjuta] project-wizard: fix _SCRIPTS variable in javascript project template



commit 3c72c3ef5f4e98c9e082db37f2d62c721a05171c
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sat Mar 19 22:12:37 2011 +0100

    project-wizard: fix _SCRIPTS variable in javascript project template

 .../templates/js_minimal/src/Makefile.am.tpl       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/project-wizard/templates/js_minimal/src/Makefile.am.tpl b/plugins/project-wizard/templates/js_minimal/src/Makefile.am.tpl
index e8f4a8e..2401cba 100644
--- a/plugins/project-wizard/templates/js_minimal/src/Makefile.am.tpl
+++ b/plugins/project-wizard/templates/js_minimal/src/Makefile.am.tpl
@@ -7,7 +7,7 @@ jsdir = $(pkgdatadir)
 js_DATA = \
 	main.js
 
-bin_SCRIPTs = main.js
+bin_SCRIPTS = main.js
 
 EXTRA_DIST = $(js_DATA)
 



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