public
Rubygem
Description: Radiant is a no-fluff, open source content management system designed for small teams.
Homepage: http://radiantcms.org/
Clone URL: git://github.com/radiant/radiant.git
fix the update:scripts so that it actually updates scripts
Jim Gay (author)
Thu Aug 07 18:21:56 -0700 2008
seancribbs (committer)
Thu Aug 07 18:44:39 -0700 2008
commit  0caa66957c360d865a23fac46c87f9e8b516ead1
tree    38f4d182a5d074596da6ac59db5aa4964fb50743
parent  3792c1a76be3e1fff74da7fb8e2be4ddf032b2fc
...
67
68
69
70
 
71
72
73
...
67
68
69
 
70
71
72
73
0
@@ -67,7 +67,7 @@ unless File.directory? "#{RAILS_ROOT}/app"
0
       desc "Add new scripts to the instance script/ directory"
0
       task :scripts do
0
         local_base = "script"
0
-        edge_base  = "#{File.dirname(__FILE__)}/../../scripts"
0
+        edge_base  = "#{File.dirname(__FILE__)}/../../script"
0
 
0
         local = Dir["#{local_base}/**/*"].reject { |path| File.directory?(path) }
0
         edge  = Dir["#{edge_base}/**/*"].reject { |path| File.directory?(path) }

Comments