diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2013-05-30 04:53:50 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2013-05-30 04:53:50 +0000 |
commit | 614a06a37f83ded0c97fa3e4c0d669efd073dd15 (patch) | |
tree | 80cc00f7900dcc56d6bb821880f60d0e9f0b48e4 | |
parent | 65dd87d8f010a9c9d1b277f9b1839378b549d06f (diff) |
i121968 - Activate linuxreplaces
Notes
Notes:
ignore: aoo
-rw-r--r-- | solenv/bin/modules/installer/packagelist.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/packagelist.pm b/solenv/bin/modules/installer/packagelist.pm index fd10a2b60af2..a330ae3d0589 100644 --- a/solenv/bin/modules/installer/packagelist.pm +++ b/solenv/bin/modules/installer/packagelist.pm @@ -604,6 +604,8 @@ sub get_packinfo if (( $onekey eq "solarispackagename" ) || ( $onekey eq "solarisrequires" ) || ( $onekey eq "packagename" ) || + ( $onekey eq "linuxreplaces" ) || + ( $onekey eq "provides" ) || ( $onekey eq "requires" )) { $locallang =~ s/_/-/g; } # avoiding illegal package abbreviation $onepackage->{$onekey} =~ s/\%LANGUAGESTRING/$locallang/g; } |