* gnome-user-docs.spec: Set user-guide perms to 0755 for integration.
authordc144907
Thu, 19 Aug 2004 07:59:35 +0000
changeset 3622 3adf5b4e3c8b
parent 3621 dd662e7c3bde
child 3623 a6b18bf87d6f
* gnome-user-docs.spec: Set user-guide perms to 0755 for integration.
ChangeLog
gnome-user-docs.spec
--- a/ChangeLog	Thu Aug 19 07:56:28 2004 +0000
+++ b/ChangeLog	Thu Aug 19 07:59:35 2004 +0000
@@ -1,3 +1,7 @@
+2004-08-19  Damien Carbery <[email protected]>
+
+	* gnome-user-docs.spec: Change user-guide perms to 0755 for integration.
+
 2004-08-19  Glynn Foster  <[email protected]>
 
 	* gconf-editor.spec: Bump to 2.6.2 - the thought that we're still
--- a/gnome-user-docs.spec	Thu Aug 19 07:56:28 2004 +0000
+++ b/gnome-user-docs.spec	Thu Aug 19 07:59:35 2004 +0000
@@ -76,7 +76,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-chmod 644 $RPM_BUILD_ROOT%{_datadir}/gnome/help/user-guide/*/*.xml
+chmod 0755 $RPM_BUILD_ROOT%{_datadir}/gnome/help/user-guide/*/*.xml
 
 javahelp-convert-install $RPM_BUILD_ROOT gnome-access-guide gnome-access-guide.xml
 javahelp-convert-install $RPM_BUILD_ROOT system-admin-guide system-admin-guide.xml
@@ -99,6 +99,9 @@
 %{_datadir}/omf/*
 
 %changelog
+* Thu Aug 19 2004 - [email protected]
+- Updated /usr/share/gnome/help/user-guide/*/*.xml to 0755 for integration.
+
 * Mon Aug 16 2004 - [email protected]
 - Updated /usr/share/gnome/help/user-guide/*/*.xml to 0644 for Solaris
   integration.