From d13993391f642fc7a94f3c22c3f2d82d969f4610 Mon Sep 17 00:00:00 2001 From: Bon-Yong Lee Date: Sun, 9 Dec 2012 11:57:42 +0900 Subject: [PATCH] [Title] Edit install script [Desc.] [Issue] --- package/changelog | 2 +- package/pkginfo.manifest | 2 +- package/web-cli.install.linux | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/changelog b/package/changelog index 14f80a4..4bf0e37 100644 --- a/package/changelog +++ b/package/changelog @@ -1,4 +1,4 @@ -* 1.0.31 +* 1.0.32 - Template samples added == bylee 2012-12-07 * 1.0.29 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 3efa057..04878a9 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:1.0.31 +Version:1.0.32 Maintainer: Bon-Yong Lee, gyeongseok seo Package: web-cli diff --git a/package/web-cli.install.linux b/package/web-cli.install.linux index 5b5fe7e..8200fb6 100755 --- a/package/web-cli.install.linux +++ b/package/web-cli.install.linux @@ -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 -- 2.7.4