packaging: Remove redundant separator 62/251862/1
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 20 Jan 2021 04:42:47 +0000 (13:42 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 20 Jan 2021 04:43:08 +0000 (13:43 +0900)
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 <cw00.choi@samsung.com>
packaging/hal-api-common.spec

index edb494a..9ec7b05 100644 (file)
@@ -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} .