Modified tpk generating script
authorKeebong <keebong.bahn@samsung.com>
Tue, 7 May 2013 10:19:31 +0000 (19:19 +0900)
committerKeebong <keebong.bahn@samsung.com>
Tue, 7 May 2013 10:19:31 +0000 (19:19 +0900)
Change-Id: I0b20fb08e4c0ac62152bd449c7127c1242a35408
Signed-off-by: Keebong <keebong.bahn@samsung.com>
util/gen_multi_priv_pkg.sh

index c11bad8..0496cfd 100755 (executable)
@@ -113,13 +113,13 @@ sed -i "${cmd}${cmd2}" ${current_path}/info/manifest.xml
 tmp="<Privilege>http://tizen.org/privilege/calendar.write"
 cmd="/<Privileges>$/ a $tmp"
 sed -i "${cmd}${cmd2}" ${current_path}/info/manifest.xml
-zip -r ../FtApp-2calenda-rw.zip bin data info lib res shared author-signature.xml signature1.xml
-mv ../FtApp-2calenda-rw.zip ../FtApp-2calenda-rw.tpk
-chmod +x ../FtApp-2calenda-rw.tpk
+zip -r ../FtApp-2calendar-rw.zip bin data info lib res shared author-signature.xml signature1.xml
+mv ../FtApp-2calendar-rw.zip ../FtApp-2calendar-rw.tpk
+chmod +x ../FtApp-2calendar-rw.tpk
 sed  -i 's/HwAcceleration="Off"/HwAcceleration="On"/g' ${current_path}/info/manifest.xml
-zip -r ../FtApp-hwon-2calenda-rw.zip bin data info lib res shared author-signature.xml signature1.xml
-mv ../FtApp-hwon-2calenda-rw.zip ../FtApp-hwon-2calenda-rw.tpk
-chmod +x ../FtApp-hwon-2calenda-rw.tpk
+zip -r ../FtApp-hwon-2calendar-rw.zip bin data info lib res shared author-signature.xml signature1.xml
+mv ../FtApp-hwon-2calendar-rw.zip ../FtApp-hwon-2calendar-rw.tpk
+chmod +x ../FtApp-hwon-2calendar-rw.tpk
 
 sed  -i 's/HwAcceleration="On"/HwAcceleration="Off"/g' ${current_path}/info/manifest.xml
 sed -i /\<Privilege\>/d ${current_path}/info/manifest.xml