BUGFIX: Handle etc/zebradb tree
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
a9ca523ba0
commit
aeb17d6880
1 changed files with 4 additions and 2 deletions
|
@ -239,8 +239,10 @@ etc files are copied to /usr/share/koha/etc/
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
# Misc etc to koha/etc
|
# Misc etc to koha/etc
|
||||||
foreach my $src (glob("etc/*")) {
|
foreach my $src (glob("etc/zebradb/*/*/*"),glob("etc/zebradb/*/*"),glob("etc/zebradb/*"),glob("etc/*")) {
|
||||||
$result{$src} = '$(PREFIX)/share/koha/'.$src;
|
if (-f $src) {
|
||||||
|
$result{$src} = '$(PREFIX)/share/koha/'.$src;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue