INTEGRATION: CWS native99 (1.66.4); FILE MERGED

2007/08/07 13:59:22 is 1.66.4.1: #i38072# enable multiple root directories
This commit is contained in:
Ivo Hinkelmann 2007-08-20 14:25:19 +00:00
parent 89567b8f73
commit 1bca34212f

View file

@ -4,9 +4,9 @@
# #
# $RCSfile: epmfile.pm,v $ # $RCSfile: epmfile.pm,v $
# #
# $Revision: 1.67 $ # $Revision: 1.68 $
# #
# last change: $Author: ihi $ $Date: 2007-08-20 13:25:24 $ # last change: $Author: ihi $ $Date: 2007-08-20 15:25:19 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
@ -1720,6 +1720,7 @@ sub prepare_packages
if ( $installer::globals::islinuxrpmbuild ) if ( $installer::globals::islinuxrpmbuild )
{ {
if ( $localrelocatablepath =~ /^\s*$/ ) { $localrelocatablepath = "/"; }; # at least the "/"
$filename = $packagename . ".spec"; $filename = $packagename . ".spec";
$newline = "Prefix\:\ " . $localrelocatablepath . "\n"; $newline = "Prefix\:\ " . $localrelocatablepath . "\n";
} }