Skip to content

Commit

Permalink
Update Configure.pl
Browse files Browse the repository at this point in the history
- For not to change the default destination
- out commented code is removed
  • Loading branch information
gerd committed Jun 26, 2017
1 parent 8cc6469 commit 6723006
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Configure.pl
Expand Up @@ -53,13 +53,11 @@

unless (defined $options{prefix}) {
my $default = defined($options{sysroot}) ? '/usr' : File::Spec->catdir(getcwd, 'install');
# print "ATTENTION: no --prefix supplied, building and installing to $default\n";
$options{prefix} = $default;
}
$options{prefix} = File::Spec->rel2abs($options{prefix});
unless (defined $options{libdir}) {
my $default = File::Spec->catdir($options{prefix}, 'share');
# print "ATTENTION: no --libdir supplied, building and installing architecture specific files to $default\n";
$options{libdir} = $default;
}
my $prefix = $options{'prefix'};
Expand Down

0 comments on commit 6723006

Please sign in to comment.