Skip to content

Commit

Permalink
Can't just have everything dumped in /usr/libexec/., sometimes it nee…
Browse files Browse the repository at this point in the history
…ds to be /usr/libexec/cyrus-imapd/
  • Loading branch information
kanarip committed Mar 15, 2015
1 parent 2dc77b4 commit 9233f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandane/Cassandane/Instance.pm
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ sub _find_binary
return $name if $name =~ m/^\//;

my $base = $self->{cyrus_destdir} . $self->{cyrus_prefix};
foreach (qw( bin sbin libexec lib cyrus/bin ))
foreach (qw( bin sbin libexec libexec/cyrus-imapd lib cyrus/bin ))
{
my $dir = "$base/$_";
if (opendir my $dh, $dir)
Expand Down

0 comments on commit 9233f70

Please sign in to comment.