Remove hardcoded paths in aul.manifest 71/22971/1
authorChristophe Moreau <christophe.moreau@open.eurogiciel.org>
Fri, 13 Jun 2014 14:09:30 +0000 (16:09 +0200)
committerChristophe Moreau <christophe.moreau@open.eurogiciel.org>
Fri, 13 Jun 2014 14:09:30 +0000 (16:09 +0200)
Bug-Tizen : TC-4

Change-Id: Ib177266275d459db9c457352588f0fee27e86e0b
Signed-off-by: Christophe Moreau <christophe.moreau@open.eurogiciel.org>
packaging/aul.manifest
packaging/aul.spec

index 61e005c..35f0e25 100644 (file)
@@ -4,6 +4,6 @@
  </request>
  <assign>
     <filesystem path="/usr/bin/launchpad_preloading_preinitializing_daemon" exec_label="User" />
-    <filesystem path="/opt/dbspace/.mida.db*" label="User" />
+    <filesystem path="TZ_SYS_DB/.mida.db*" label="User" />
  </assign>
 </manifest>
index ed7e741..f3264a8 100644 (file)
@@ -59,6 +59,7 @@ Application utility library (devel)
 
 %prep
 %setup -q
+sed -i 's|TZ_SYS_DB|%{TZ_SYS_DB}|g' %{SOURCE1001}
 cp %{SOURCE1001} .
 
 %build