diff options
author | Hyihong Chae <hh.chae@samsung.com> | 2016-08-24 16:22:05 +0900 |
---|---|---|
committer | Hyihong Chae <hh.chae@samsung.com> | 2016-08-24 16:22:05 +0900 |
commit | 87bb9415e9e9ed03a7b4768df83c1c558470ca77 (patch) | |
tree | 8ea00e5ed8089e7c0b77dd8520b13135bc4a6790 | |
parent | 25849a95537284887e867554dd5b1481f914c65b (diff) | |
download | libmtp-accepted/tizen_wearable.tar.gz libmtp-accepted/tizen_wearable.tar.bz2 libmtp-accepted/tizen_wearable.zip |
add chmod to fix permission denial of autogen.sh file in build serversubmit/tizen/20160824.072657accepted/tizen/wearable/20160825.001026accepted/tizen/tv/20160825.001009accepted/tizen/mobile/20160825.000954accepted/tizen/ivi/20160825.001044accepted/tizen/common/20160824.154913accepted/tizen_wearable
Change-Id: I813601f151ff1ad404ca408375d02ebf75b3fd65
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
-rwxr-xr-x | packaging/libmtp.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/libmtp.spec b/packaging/libmtp.spec index fbcf31d..87c36df 100755 --- a/packaging/libmtp.spec +++ b/packaging/libmtp.spec @@ -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 |