From: shihyun.kim Date: Wed, 3 Apr 2013 09:04:40 +0000 (+0900) Subject: [Title]Modify library 'ftools' to 'fileutils' X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=774fab26a224659b74ff772ece76778c49893158;p=sdk%2Ftools%2Fsdk-build.git [Title]Modify library 'ftools' to 'fileutils' [Desc.] [Issue] --- diff --git a/src/pkg_server/ChangeLogController.rb b/src/pkg_server/ChangeLogController.rb index 2c362c5..a424edf 100644 --- a/src/pkg_server/ChangeLogController.rb +++ b/src/pkg_server/ChangeLogController.rb @@ -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()