[Title] Edit install script
authorBon-Yong Lee <bonyong.lee@samsung.com>
Sun, 9 Dec 2012 02:57:42 +0000 (11:57 +0900)
committerBon-Yong Lee <bonyong.lee@samsung.com>
Sun, 9 Dec 2012 02:57:42 +0000 (11:57 +0900)
[Desc.]
[Issue]

package/changelog
package/pkginfo.manifest
package/web-cli.install.linux

index 14f80a4..4bf0e37 100644 (file)
@@ -1,4 +1,4 @@
-* 1.0.31
+* 1.0.32
 - Template samples added
 == bylee <bonyong.lee@samsung.com> 2012-12-07
 * 1.0.29
index 3efa057..04878a9 100644 (file)
@@ -1,4 +1,4 @@
-Version:1.0.31
+Version:1.0.32
 Maintainer: Bon-Yong Lee<bonyong.lee@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>
 
 Package: web-cli
index 5b5fe7e..8200fb6 100755 (executable)
@@ -11,8 +11,8 @@ for CLI_CMD in `ls ${cli_path}`; do
 done
 rm -rf ${tools_path}/common.sh
 
-safe="$(printf "%s" "$tools_path" |sed 's/\\/\\\\/g' | sed 's/\"/\\"/g' | sed 's/\//\\\//g' )"
-sed "s/\$DIR_REALM/${safe}\/ide\/realm/" ${cli_path}/web-template > ${cli_path}/web-template
-sed "s/\$DIR_REALM/${safe}\/ide\/realm/" ${tools_path}/realm/config.json > ${tools_path}/realm/config.json
+#safe="$(printf "%s" "$tools_path" |sed 's/\\/\\\\/g' | sed 's/\"/\\"/g' | sed 's/\//\\\//g' )"
+#sed "s/\$DIR_REALM/${safe}\/ide\/realm/" ${cli_path}/web-template > ${cli_path}/web-template
+#sed "s/\$DIR_REALM/${safe}\/ide\/realm/" ${tools_path}/realm/config.json > ${tools_path}/realm/config.json
 
 exit 0