2007-03-13 Damien Carbery <[email protected]> gnome-2-16
authordcarbery
Tue, 13 Mar 2007 18:35:09 +0000
branchgnome-2-16
changeset 19031 82b1942b558b
parent 19030 550518c0136e
child 19032 5f47064dd17e
2007-03-13 Damien Carbery <[email protected]> * SUNWgnome-a11y-libs.spec: Incorporate %post changes from Mary Ding. Fixes 6531193.
Solaris/ChangeLog
Solaris/SUNWgnome-a11y-libs.spec
--- a/Solaris/ChangeLog	Mon Mar 12 07:59:47 2007 +0000
+++ b/Solaris/ChangeLog	Tue Mar 13 18:35:09 2007 +0000
@@ -1,3 +1,8 @@
+2007-03-13  Damien Carbery <[email protected]>
+
+        * SUNWgnome-a11y-libs.spec: Incorporate %post changes from Mary Ding.
+          Fixes 6531193.
+
 2007-03-12  Damien Carbery <[email protected]>
 
         ==== Vermillion Stable build 61 ====
--- a/Solaris/SUNWgnome-a11y-libs.spec	Mon Mar 12 07:59:47 2007 +0000
+++ b/Solaris/SUNWgnome-a11y-libs.spec	Tue Mar 13 18:35:09 2007 +0000
@@ -143,11 +143,11 @@
 #  I am testing if /usr/java/jre/lib/ is writable as this is the only dir touched by this postinstall script
 #  If there are other dirs that are touched later then need to add them here as well
 LocalZones () {
-    /usr/bin/touch /usr/java/jre/lib/.test.$$ > /dev/null 2>&1
+    /usr/bin/touch  ${BASEDIR}/java/jre/lib/.test.$$ > /dev/null 2>&1
     if [ $? !=	0 ]; then
 	   return 0
     fi
-    rm -f /usr/java/jre/lib/.test.$$ > /dev/null 2>&1
+    rm -f  ${BASEDIR}/java/jre/lib/.test.$$ > /dev/null 2>&1
     ExecuteDefaultCmds
     return $?
 
@@ -465,6 +465,7 @@
 
 exit 0
 
+
 %files
 %defattr (-, root, bin)
 %dir %attr (0755, root, bin) %{_bindir}
@@ -505,6 +506,8 @@
 %endif
 
 %changelog
+* Tue Mar 13 2007 - [email protected]
+- Incorporate %post changes from Mary Ding. Fixes 6531193.
 * Thu Mar 08 2007 - [email protected]
 - Check that /usr/java/jre/lib is writeable in %post even for all zone types.
   Previously the check was only done for local zones. This fixes 6531193.