[Title]Modify library 'ftools' to 'fileutils'
authorshihyun.kim <shihyun.kim@samsung.com>
Wed, 3 Apr 2013 09:04:40 +0000 (18:04 +0900)
committershihyun.kim <shihyun.kim@samsung.com>
Wed, 3 Apr 2013 09:04:40 +0000 (18:04 +0900)
[Desc.]
[Issue]

src/pkg_server/ChangeLogController.rb

index 2c362c57886636d57c318c6c4ce91629d14392e2..a424edf340105e405fa3a6aa6c43f48a2a4d1879 100644 (file)
@@ -1,6 +1,6 @@
 require "SnapshotController"
 require "PackageServerConstants"
-require "ftools"
+require "fileutils"
 
 $LOAD_PATH.unshift File.dirname(File.dirname(__FILE__))+"/common"
 require "FileUtil"
@@ -54,7 +54,7 @@ class ChangeLogController
     
     localPath = getChangeLogPath()
         
-    File.makedirs(localPath)
+    FileUtils.mkdir_p(localPath)
     
     logger = DummyLog.new()