* scripts/Makefile.am: fix typo so that 'scripts_defaults' scripts get installed. svn path=/trunk/mono/; revision=97420
@@ -1,3 +1,8 @@
+2008-03-05 Wade Berrier <[email protected]>
+
+ * scripts/Makefile.am: fix typo so that 'scripts_defaults' scripts get
+ installed.
2008-03-02 Miguel de Icaza <[email protected]>
* configure.in: No need to detect mcs1, as we are going to keep
@@ -14,7 +14,7 @@ bin_SCRIPTS = \
$(scripts_1_0) \
$(scripts_1_0_umask) \
$(scripts_1_0_compat) \
- $(script_defaults) \
+ $(scripts_defaults) \
$(scripts_2_0) \
$(scripts_2_1) \
$(scripts_service) \