PTREL-129: Create the RW manifest directory 99/11199/1 accepted/tizen/20131022.230545 accepted/tizen/20131023.075718 accepted/tizen/20131112.015251 accepted/tizen_ivi_stable/20131116.110732 submit/tizen/20131022.200447 submit/tizen_ivi_stable/20131116.100249
authorRusty Lynch <rusty.lynch@intel.com>
Tue, 22 Oct 2013 19:31:47 +0000 (12:31 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Tue, 22 Oct 2013 19:31:47 +0000 (12:31 -0700)
Start creating and taking ownership of the read-write application
manifest directory.

Change-Id: Iddcd94ef1942eceed344e4df4cee91be085935ac
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
packaging/pkgmgr-info.spec

index af4d993..fd7874f 100755 (executable)
@@ -50,6 +50,9 @@ make %{?jobs:-j%jobs}
 mkdir -p %{buildroot}/opt/usr/apps/tmp
 touch %{buildroot}/opt/usr/apps/tmp/pkgmgr_tmp.txt
 
+# create the directory for hosting Read-Write application manifest files
+mkdir -p %{buildroot}/opt/share/packages/
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -64,6 +67,7 @@ touch %{buildroot}/opt/usr/apps/tmp/pkgmgr_tmp.txt
 %{_libdir}/libpkgmgr-info.so.*
 %dir %attr(771,app,app) /opt/usr/apps/tmp
 /opt/usr/apps/tmp/pkgmgr_tmp.txt
+%dir /opt/share/packages
 
 %files devel
 %manifest %{name}.manifest