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:
parent
89567b8f73
commit
1bca34212f
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue