Skip to content

Commit

Permalink
ci(perl): fix packaging path for perl-libs
Browse files Browse the repository at this point in the history
Refs:MON-106121
  • Loading branch information
Evan-Adam committed Nov 13, 2024
1 parent be404d7 commit f785ea0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion perl-libs/packaging/centreon-perl-libs-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homepage: "https://www.centreon.com"
license: "Apache-2.0"

contents:
- src: "../lib/perl/centreon/common"
- src: "../lib/centreon/common"
dst: "${PERL_VENDORLIB}/centreon/common"
expand: true
file_info:
Expand Down
10 changes: 5 additions & 5 deletions perl-libs/packaging/centreon-perl-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@ homepage: "https://www.centreon.com"
license: "Apache-2.0"

contents:
- src: "../lib/perl/centreon/health"
- src: "../perl/centreon/health"
dst: "${PERL_VENDORLIB}/centreon/health"
expand: true
file_info:
mode: 0755
- src: "../lib/perl/centreon/reporting"
- src: "../perl/centreon/reporting"
dst: "${PERL_VENDORLIB}/centreon/reporting"
expand: true
file_info:
mode: 0755
- src: "../lib/perl/centreon/script"
- src: "../perl/centreon/script"
dst: "${PERL_VENDORLIB}/centreon/script"
expand: true
file_info:
mode: 0755
- src: "../lib/perl/centreon/trapd"
- src: "../perl/centreon/trapd"
dst: "${PERL_VENDORLIB}/centreon/trapd"
expand: true
file_info:
mode: 0755
- src: "../lib/perl/centreon/script.pm"
- src: "../perl/centreon/script.pm"
dst: "${PERL_VENDORLIB}/centreon/script.pm"
expand: true
file_info:
Expand Down

0 comments on commit f785ea0

Please sign in to comment.