Revision 84bc8eb7
Added by Jim Pingle about 14 years ago
etc/inc/pkg-utils.inc | ||
---|---|---|
553 | 553 |
$fetchto = substr(strrchr($pkg_info['config_file'], '/'), 1); |
554 | 554 |
download_file_with_progress_bar($pkg_info['config_file'], '/usr/local/pkg/' . $fetchto); |
555 | 555 |
if(!file_exists('/usr/local/pkg/' . $fetchto)) { |
556 |
pkg_debug(gettext("ERROR! Unable to fetch package configuration file. Aborting installation.") . \n"); |
|
556 |
pkg_debug(gettext("ERROR! Unable to fetch package configuration file. Aborting installation.") . "\n");
|
|
557 | 557 |
if($pkg_interface == "console") |
558 | 558 |
print "\n" . gettext("ERROR! Unable to fetch package configuration file. Aborting package installation.") . "\n"; |
559 | 559 |
else { |
Also available in: Unified diff
Fix missing " in gettext line