Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Jan 20, 2025
1 parent 1c72250 commit 9d231be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transform
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

my $ignore = 0;
while (<>) {
next if /^(?:diff|index)/;
if (m#^(?:(?:\-\-\- a|\+\+\+ b)/|diff )#) {
s#([ab])/lemonldap-ng-(?:common|handler|portal|manager)/lib#$1/usr/share/perl5#g;
s#([ab])/lemonldap-ng-(common|handler|portal|manager)/site#$1/usr/share/lemonldap-ng/$2#g;
Expand Down

0 comments on commit 9d231be

Please sign in to comment.