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'};
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.