You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2018/02/28 20:45:35 UTC

svn commit: r1825602 - in /tcl/rivet/trunk: ChangeLog Makefile.am

Author: mxmanghi
Date: Wed Feb 28 20:45:34 2018
New Revision: 1825602

URL: http://svn.apache.org/viewvc?rev=1825602&view=rev
Log:
    * Makefile.am: default_request_handler.tcl and init.tcl can be installed without the exec bit set


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/Makefile.am

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1825602&r1=1825601&r2=1825602&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Wed Feb 28 20:45:34 2018
@@ -1,3 +1,7 @@
+2018-02-28 Massimo Manghi <mx...@apache.org>
+    * Makefile.am: default_request_handler.tcl and init.tcl can be
+    installed without the exec bit set
+
 2018-02-17 Massimo Manghi <mx...@apache.org>
     * NOTICE: update copyright statement
     * src/mod_rivet_ng/worker_prefork_common.c: Rivet_CleanupProcessor

Modified: tcl/rivet/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/Makefile.am?rev=1825602&r1=1825601&r2=1825602&view=diff
==============================================================================
--- tcl/rivet/trunk/Makefile.am (original)
+++ tcl/rivet/trunk/Makefile.am Wed Feb 28 20:45:34 2018
@@ -28,8 +28,8 @@ install-binaries:
 	echo 'running target install-binaries ($(RIVETLIB_DESTDIR))'
 	$(mkinstalldirs) $(RIVETLIB_DESTDIR)
 	$(mkinstalldirs) $(RIVETLIB_DESTDIR)/rivet-tcl
-	$(install_sh) -C $(builddir)/rivet/init.tcl $(RIVETLIB_DESTDIR)
-	$(install_sh) -C $(builddir)/rivet/default_request_handler.tcl $(RIVETLIB_DESTDIR)
+	$(install_sh) -C -m 644 $(builddir)/rivet/init.tcl $(RIVETLIB_DESTDIR)
+	$(install_sh) -C -m 644 $(builddir)/rivet/default_request_handler.tcl $(RIVETLIB_DESTDIR)
 	$(install_sh) -C -m 644 $(shell /bin/ls $(srcdir)/rivet/rivet-tcl/*) $(RIVETLIB_DESTDIR)/rivet-tcl
 
 #cp -rv $(srcdir)/rivet/packages $(RIVETLIB_DESTDIR)/



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org