public
Fork of technoweenie/attachment_fu
Description: Fork of attachment_fu patched so that thumbnails can be generated without squashing/stretching them when using MiniMagick
Homepage: http://weblog.techno-weenie.net
Clone URL: git://github.com/tekin/attachment_fu.git
fix install.rb snafu

git-svn-id: 
http://svn.techno-weenie.net/projects/plugins/attachment_fu@2579 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sat Dec 23 12:04:45 -0800 2006
commit  bd18f3711b63d3ca1e86020dd4827052572d56bb
tree    eebdbee1a7bff21b3adf11aa416d9ea954f4e7a9
parent  d89bfe439f34f3e12fc2b6840d69e1f95be2645f
...
1
2
3
4
 
5
6
...
1
2
3
 
4
5
6
0
@@ -1,5 +1,5 @@
0
 require 'fileutils'
0
 
0
 s3_config = File.dirname(__FILE__) + '/../../../config/amazon_s3.yml'
0
-FileUtils.cp File.dirname(__FILE__) + '/amazon_s3.yml.tpl', s3config unless File.exist?(s3_config)
0
+FileUtils.cp File.dirname(__FILE__) + '/amazon_s3.yml.tpl', s3_config unless File.exist?(s3_config)
0
 puts IO.read(File.join(File.dirname(__FILE__), 'README'))
0
\ No newline at end of file

Comments

    No one has commented yet.