substfilenamefiles.pm (9780544f) substfilenamefiles.pm (b274bc22)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 141 unchanged lines hidden (view full) ---

150 # Writing the new sourcepath into the hashref, even if it was not copied
151 $onefile->{'sourcepath'} = $longnewfilename;
152 }
153 }
154 }
155 }
156 }
157
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 141 unchanged lines hidden (view full) ---

150 # Writing the new sourcepath into the hashref, even if it was not copied
151 $onefile->{'sourcepath'} = $longnewfilename;
152 }
153 }
154 }
155 }
156 }
157
158 my $infoline = "\n";
159 push( @installer::globals::logfileinfo, $infoline);
158 $installer::logger::Lang->printf("\n");
160}
161
1621;
159}
160
1611;