bug fix in packaging_profiler.sh
authorjaewon81.lim <jaewon81.lim@samsung.com>
Thu, 23 Jun 2011 07:40:17 +0000 (16:40 +0900)
committerjaewon81.lim <jaewon81.lim@samsung.com>
Thu, 23 Jun 2011 07:40:17 +0000 (16:40 +0900)
packaging_profiler.sh

index 0ff69d4..712c7ff 100755 (executable)
@@ -52,7 +52,7 @@ package()
        build_result_path="$build_path/$build_result_directory"
        builder_path="$start_path/builder"
        metadata_path=$start_path/builder/metadata
-       pkginfo_path=${meatdata_path}/pkginfo.manifest
+       pkginfo_path=$metadata_path/pkginfo.manifest
 
        package_version=`grep Version ${pkginfo_path}`
        ide_version=`echo $package_version | cut -f2 -d":" | tr -d [:blank:]`