diff --git a/kdesrc-build b/kdesrc-build index c2e839f..3790422 100755 --- a/kdesrc-build +++ b/kdesrc-build @@ -1859,7 +1859,7 @@ HOME # ignore file and propagate that information to our context object. my $path = $self->module()->fullpath('source') . "/build-script-ignore"; - open my $fh, '<', $path or die "Unable to read ignore data: $!"; + open my $fh, '<', $path or die make_exception('Internal', "Unable to read ignore data: $!"); my $ctx = $self->module()->buildContext(); my @ignoreModules = map { chomp $_; $_ } (<$fh>);