summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyungwook Tak <k.tak@samsung.com>2016-03-14 17:36:44 +0900
committerKyungwook Tak <k.tak@samsung.com>2016-03-14 17:37:46 +0900
commit21de0adedcaedbbdb55fb1fe37951908e028c21e (patch)
tree687a22ea367f3f1136e58b4dad69fd67359f50aa
parent997ad4df0eff4d3265e3e025f03687cec3b3e3ab (diff)
downloadauth-fw-21de0adedcaedbbdb55fb1fe37951908e028c21e.tar.gz
auth-fw-21de0adedcaedbbdb55fb1fe37951908e028c21e.tar.bz2
auth-fw-21de0adedcaedbbdb55fb1fe37951908e028c21e.zip
Change sbin dir from TZ_SYS_SBIN to /sbinsubmit/tizen/20160314.085839
To use TZ_SYS_SBIN/ldconfig makes image creation failure Change-Id: I809d00d82837c9134d4029d306735fd43d40b5c2 Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
-rw-r--r--packaging/auth-fw.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/auth-fw.spec b/packaging/auth-fw.spec
index 1578a2a..7e3857f 100644
--- a/packaging/auth-fw.spec
+++ b/packaging/auth-fw.spec
@@ -21,7 +21,9 @@ Authentication framework which is consist of client library and server daemon
%global run_dir %{?TZ_SYS_RUN:%TZ_SYS_RUN}%{!?TZ_SYS_RUN:/var/run}
%global bin_dir %{?TZ_SYS_BIN:%TZ_SYS_BIN}%{!?TZ_SYS_BIN:%_bindir}
-%global sbin_dir %{?TZ_SYS_SBIN:%TZ_SYS_SBIN}%{!?TZ_SYS_SBIN:%_sbindir}
+# image creation error occured if /usr/sbin used for ldconfig
+#%global sbin_dir %{?TZ_SYS_SBIN:%TZ_SYS_SBIN}%{!?TZ_SYS_SBIN:%_sbindir}
+%global sbin_dir /sbin
%global rw_data_dir %{?TZ_SYS_DATA:%TZ_SYS_DATA/%name}%{!?TZ_SYS_DATA:/opt/data/%name}
%global sock_passwd_check %{name}-passwd-check.socket
%global sock_passwd_set %{name}-passwd-set.socket