summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/packagelist.pm
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-17 08:48:54 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-17 08:48:54 +0000
commit4dc3b9d009b6d3addff7292f402573d8f4d7ebd3 (patch)
treef058865ab14ed2a4c09a09e39a7bf8c0ebbe2f58 /solenv/bin/modules/installer/packagelist.pm
parentc81cb034ec939d8e5e95d289b4671b682b047aef (diff)
INTEGRATION: CWS sb31 (1.6.18); FILE MERGED
2005/05/03 08:16:01 sb 1.6.18.1: #121392# Do not remove the dot from RPM package names openoffice.org-...; for packages of OOo this seems to be no longer needed anyway, as those packages already have names without a dot, and for the URE package, a dot is explicitly wanted.
Diffstat (limited to 'solenv/bin/modules/installer/packagelist.pm')
-rw-r--r--solenv/bin/modules/installer/packagelist.pm14
1 files changed, 2 insertions, 12 deletions
diff --git a/solenv/bin/modules/installer/packagelist.pm b/solenv/bin/modules/installer/packagelist.pm
index f0967931245b..d55425e5d72a 100644
--- a/solenv/bin/modules/installer/packagelist.pm
+++ b/solenv/bin/modules/installer/packagelist.pm
@@ -2,9 +2,9 @@
#
# $RCSfile: packagelist.pm,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: obo $ $Date: 2005-04-20 11:47:29 $
+# last change: $Author: obo $ $Date: 2005-06-17 09:48:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -499,14 +499,4 @@ sub resolve_packagevariables
}
}
-#####################################################################
-# Adapting the package name, after variables are resolved
-#####################################################################
-
-sub adapt_packagename
-{
- my ($nameref) = @_;
- $$nameref =~ s/\.org/org/g; # openoffice.org -> openofficeorg
-}
-
1;