From: Sven Velt Date: Wed, 26 Jan 2011 13:47:46 +0000 (+0100) Subject: Add patch to fix path to FPDI X-Git-Tag: v_0_6_11-1~46 X-Git-Url: https://git.tokkee.org/?p=pkg-pnp4nagios.git;a=commitdiff_plain;h=ebd6c442976eaf73a38b1f9afd9830996e7a4744 Add patch to fix path to FPDI --- diff --git a/debian/patches/fix-path-fpdi b/debian/patches/fix-path-fpdi new file mode 100644 index 0000000..ce5c8d9 --- /dev/null +++ b/debian/patches/fix-path-fpdi @@ -0,0 +1,13 @@ +Index: pkg-pnp4nagios/share/pnp/application/controllers/pdf.php +=================================================================== +--- pkg-pnp4nagios.orig/share/pnp/application/controllers/pdf.php 2011-01-26 14:46:34.895054016 +0100 ++++ pkg-pnp4nagios/share/pnp/application/controllers/pdf.php 2011-01-26 14:46:45.583054015 +0100 +@@ -267,7 +267,7 @@ + * + */ + require Kohana::find_file('vendor/fpdf', 'fpdf'); +-require Kohana::find_file('vendor/fpdf', 'fpdi'); ++require Kohana::find_file('vendor/fpdi', 'fpdi'); + class PDF extends FPDI { + //Page header + function Header() { diff --git a/debian/patches/series b/debian/patches/series index 7cb3847..8214a08 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +fix-path-fpdi apache-fix-path-to-userfile raise-process-perfdata-timeout fix-npcd-path