fix permission denial of autogen.sh file in build server. 76/85176/1 submit/tizen/20160824.050404
authorHyihong Chae <hh.chae@samsung.com>
Wed, 24 Aug 2016 04:44:44 +0000 (13:44 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Wed, 24 Aug 2016 04:58:06 +0000 (13:58 +0900)
Change-Id: I975b4d4269b6a86f548660761c46cd12ae1db198
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
packaging/libmtp.spec

index cc4d63c..fbcf31d 100755 (executable)
@@ -34,11 +34,12 @@ 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
 make %{?jobs:-j%jobs}