From: Chanwoo Choi Date: Wed, 20 Jan 2021 04:42:47 +0000 (+0900) Subject: packaging: Remove redundant separator X-Git-Tag: submit/tizen/20210121.041820~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4c687e484e1025a33c8e88dfef4a53780381a67;p=platform%2Fhal%2Fapi%2Fcommon.git packaging: Remove redundant separator The spec file has passed the redundant separator ('/') with %{_libdir}. It is not needed. So that remove it. Change-Id: I531f6a6449e6ab3defec82bb4383ecc22045dc20 Signed-off-by: Chanwoo Choi --- diff --git a/packaging/hal-api-common.spec b/packaging/hal-api-common.spec index edb494a..9ec7b05 100644 --- a/packaging/hal-api-common.spec +++ b/packaging/hal-api-common.spec @@ -36,7 +36,7 @@ Requires: %{name} = %{version}-%{release} %prep %setup -q -cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_LIBDIR_PREFIX=%{_libdir}/ +cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_LIBDIR_PREFIX=%{_libdir} %build cp %{SOURCE1} .