DO NOT HARDCODE LIBDIR 45/107845/1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 30 Dec 2016 06:44:55 +0000 (15:44 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 30 Dec 2016 06:44:55 +0000 (15:44 +0900)
Never ever do that again.

It breaks the build in other system.

Change-Id: I941345e686bc87230b8ca84427a0a60fd386ff10
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/swap-manager.spec

index 62ee418..274dde9 100644 (file)
@@ -136,6 +136,6 @@ touch %{TZ_SYS_ETC}/resourced_proc_exclude.ini
 /usr/bin/swap_init_wsp.sh
 /usr/bin/swap_init_gtp.sh
 
-%{_prefix}/lib/da_ui_viewer.so
+%{_libdir}/da_ui_viewer.so
 
 %changelog