Andreas Radke píše v Út 19. 07. 2011 v 00:09 +0200:
> Nice, you've almost fixed all of them expect some *rc files:
> 
> -r--r--r-- 1 root root 126 Jul 18 22:01 
> /build/pkg/libreoffice-common/usr/lib/libreoffice/ure/bin/versionrc
> -r--r--r-- 1 root root 1.1K Jul 18 22:01 
> /build/pkg/libreoffice-common/usr/lib/libreoffice/basis3.4/program/unorc
> -r--r--r-- 1 root root 44 Jul 18 22:01 
> /build/pkg/libreoffice-common/usr/lib/libreoffice/basis3.4/program/pythonloader.unorc
> -r--r--r-- 1 root root 1.5K Jul 18 22:01 
> /build/pkg/libreoffice-common/usr/lib/libreoffice/basis3.4/program/fundamentalbasisrc
> -r--r--r-- 1 root root 150 Jul 18 22:01 
> /build/pkg/libreoffice-common/usr/lib/libreoffice/basis3.4/program/versionrc
> -r--r--r-- 1 root root 50 Jul 18 22:01 
> /build/pkg/libreoffice-common/usr/lib/libreoffice/program/redirectrc
> -r--r--r-- 1 root root 56 Jul 18 22:01 
> /build/pkg/libreoffice-common/usr/lib/libreoffice/program/setuprc
> -r--r--r-- 1 root root 1.5K Jul 18 22:01 
> /build/pkg/libreoffice-common/usr/lib/libreoffice/program/fundamentalrc
> -r--r--r-- 1 root root 421 Jul 18 22:01 
> /build/pkg/libreoffice-common/usr/lib/libreoffice/program/versionrc

These might get fixed by the attached patch. They are created by the
perl installer from scratch.


Best Regards,
Petr
--- solenv/bin/modules/installer/profiles.pm.old	2011-05-18 17:51:47.000000000 +0200
+++ solenv/bin/modules/installer/profiles.pm	2011-07-19 18:45:47.000000000 +0200
@@ -107,7 +107,7 @@ sub add_profile_into_filelist
     $profile{'ismultilingual'} = 0;
     $profile{'sourcepath'} = $completeprofilename;
     $profile{'Name'} = $oneprofile->{'Name'};
-    $profile{'UnixRights'} = "444";
+    $profile{'UnixRights'} = "644";
     $profile{'gid'} = $oneprofile->{'gid'};
     $profile{'Dir'} = $oneprofile->{'Dir'};
     $profile{'destination'} = $oneprofile->{'destination'};
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to