Add PATH enviornment into the shell script 97/90597/1 accepted/tizen/3.0/ivi/20161011.055407 accepted/tizen/3.0/mobile/20161015.033955 accepted/tizen/3.0/tv/20161016.005430 accepted/tizen/3.0/wearable/20161015.083613 accepted/tizen/common/20161004.081036 accepted/tizen/ivi/20161004.075806 accepted/tizen/mobile/20161004.075722 accepted/tizen/tv/20161004.075734 accepted/tizen/wearable/20161004.075749 submit/tizen/20161004.022036 submit/tizen_3.0_ivi/20161010.000005 submit/tizen_3.0_mobile/20161015.000005 submit/tizen_3.0_tv/20161015.000004 submit/tizen_3.0_wearable/20161015.000004
authorHyihong Chae <hh.chae@samsung.com>
Sat, 1 Oct 2016 02:01:28 +0000 (11:01 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Sat, 1 Oct 2016 02:01:28 +0000 (11:01 +0900)
Change-Id: I6beb9f295ac1ee0004b78e652e027c0f65fb896c
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
packaging/mtp-responder.spec
scripts/mtp-responder-upgrade.sh

index d21811b..5483681 100755 (executable)
@@ -5,7 +5,7 @@ ExcludeArch: %arm aarch64
 
 Name:       mtp-responder
 Summary:    Media Transfer Protocol daemon (responder)
-Version:    0.0.13
+Version:    0.0.14
 Release:    1
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
index 468d41d..9f1fd15 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
 #----------------------------------------------#
 # mtp-responder patch for upgrade (2.4 -> 3.0) #