summaryrefslogtreecommitdiff
path: root/packaging/connman.spec
diff options
context:
space:
mode:
authorJaehyun Kim <jeik01.kim@samsung.com>2016-12-08 01:53:58 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-12-08 01:53:58 -0800
commit43439c3eb3da57cd356f550009f6100b1bcff8fd (patch)
treeaea9a454e77a22472a7a8217f562a0c9a1b258a8 /packaging/connman.spec
parent48cfe1ca19b7b059cb9a7616292e8c55b5985cca (diff)
parentf2d23423c57b24daa0ff54f2d1050bf7826d92b7 (diff)
downloadconnman-ecd8a48d49703a5063f8a2c1cd50d3e82be5209b.tar.gz
connman-ecd8a48d49703a5063f8a2c1cd50d3e82be5209b.tar.bz2
connman-ecd8a48d49703a5063f8a2c1cd50d3e82be5209b.zip
Diffstat (limited to 'packaging/connman.spec')
-rwxr-xr-xpackaging/connman.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index b37b1358..6a24f318 100755
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -142,6 +142,10 @@ mkdir -p %{buildroot}%{_unitdir}
%if "%{profile}" == "tv"
cp src/connman_tv.service %{buildroot}%{_libdir}/systemd/system/connman.service
+%if "%{?_lib}" == "lib64"
+cp src/connman_tv.service %{buildroot}%{_unitdir}/connman.service
+cp vpn/connman-vpn.service %{buildroot}%{_unitdir}/connman-vpn.service
+%endif
%else
%if "%{?_lib}" == "lib64"
cp src/connman.service %{buildroot}%{_unitdir}/connman.service