]> Pileus Git - ~andy/sunrise/blob - app-office/openoffice-infra/files/3.1.0/gentoo-dont_strip_libs.diff
sys-kernel/ccs-sources: add old versions thanks to Tommy[D]
[~andy/sunrise] / app-office / openoffice-infra / files / 3.1.0 / gentoo-dont_strip_libs.diff
1 --- solenv/bin/make_installer.pl.orig   2009-03-14 14:28:15.000000000 +0500
2 +++ solenv/bin/make_installer.pl        2009-03-14 14:29:33.000000000 +0500
3 @@ -1388,11 +1388,11 @@
4                         # 1. copy all files that need to be stripped locally 
5                         # 2. strip all these files
6  
7 -                       if ( $installer::globals::strip )
8 -                       {
9 -                               installer::strip::strip_libraries($filesinpackage, $languagestringref);
10 -                               if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . $packagename ."_files.log", $filesinpackage); }
11 -                       }
12 +                       #if ( $installer::globals::strip )
13 +                       #{
14 +                       #       installer::strip::strip_libraries($filesinpackage, $languagestringref);
15 +                       #       if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . $packagename ."_files.log", $filesinpackage); }
16 +                       #}
17                         
18                         ###############################################################
19                         # Searching for files in $filesinpackage with flag LINUXLINK