[Rt-commit] [svn] r1490 - rtir/branches/1.1
leira at pallas.eruditorum.org
leira at pallas.eruditorum.org
Wed Sep 15 04:31:20 EDT 2004
Author: leira
Date: Wed Sep 15 04:31:20 2004
New Revision: 1490
Modified:
rtir/branches/1.1/Makefile
Log:
Changed the Makefile to install new RTIR actions.
Modified: rtir/branches/1.1/Makefile
==============================================================================
--- rtir/branches/1.1/Makefile (original)
+++ rtir/branches/1.1/Makefile Wed Sep 15 04:31:20 2004
@@ -33,6 +33,9 @@
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
+ cp -R lib/RT/Action/* $(RT_ROOT)/lib/RT/Action/
+ find $(RT_ROOT)/lib/RT/Action -type d |xargs chmod 755
+ find $(RT_ROOT)/lib/RT/Action -type f |xargs chmod 644
instruct:
@echo ""
More information about the Rt-commit
mailing list