add chmod to fix permission denial of autogen.sh file in build server 09/85209/1 accepted/tizen_wearable accepted/tizen/common/20160824.154913 accepted/tizen/ivi/20160825.001044 accepted/tizen/mobile/20160825.000954 accepted/tizen/tv/20160825.001009 accepted/tizen/wearable/20160825.001026 submit/tizen/20160824.072657
authorHyihong Chae <hh.chae@samsung.com>
Wed, 24 Aug 2016 07:22:05 +0000 (16:22 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Wed, 24 Aug 2016 07:22:05 +0000 (16:22 +0900)
Change-Id: I813601f151ff1ad404ca408375d02ebf75b3fd65
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
packaging/libmtp.spec

index fbcf31d..87c36df 100755 (executable)
@@ -34,11 +34,11 @@ This package contains the development files.
 %prep
 %setup -q -n %{name}-%{version}
 cp %{SOURCE1001} .
-chmod 755 %{SOURCE1001}
 
 %build
 export CFLAGS+=" -fPIC -DTIZEN_EXT"
 export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=%{_libdir}"
+chmod 755 ./autogen.sh
 
 %autogen
 %configure --prefix=/usr --disable-static