[Rt-commit] [svn] r1473 - rtir/branches/1.1

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Fri Sep 10 01:56:20 EDT 2004


Author: leira
Date: Fri Sep 10 01:56:19 2004
New Revision: 1473

Modified:
   rtir/branches/1.1/Makefile
Log:
RT-Ticket: 5786
RT-Status: resolved
RT-Action: correspond

Change the Makefile so that it sets permissions for the Callbacks directory appropriately.


Modified: rtir/branches/1.1/Makefile
==============================================================================
--- rtir/branches/1.1/Makefile	(original)
+++ rtir/branches/1.1/Makefile	Fri Sep 10 01:56:19 2004
@@ -31,6 +31,7 @@
 	cp -R html/* $(RT_HTML_PATH)/
 	find $(RT_HTML_PATH)/RTIR -type d |xargs chmod 755
 	find $(RT_HTML_PATH)/RTIR -type f |xargs chmod 644
+	find $(RT_HTML_PATH)/Callbacks/RTIR -type d |xargs chmod 755
 	find $(RT_HTML_PATH)/Callbacks/RTIR -type f |xargs chmod 644
 
 instruct:


More information about the Rt-commit mailing list