From: Sebastian Harl Date: Thu, 10 Feb 2011 10:43:45 +0000 (+0100) Subject: rules: Fixed the Kohana2 system path. X-Git-Tag: v_0_6_11-1~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=9519bf0f7729b13ee6b00ada36f320ca42238b89;p=pkg-pnp4nagios.git rules: Fixed the Kohana2 system path. --- diff --git a/debian/rules b/debian/rules index 4630b6a..7675dad 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ config.status: configure --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --without-kohana \ - --with-kohana_system=/usr/share/php/kohana/system \ + --with-kohana_system=/usr/share/php/kohana2/system \ --with-httpd-conf=/etc/apache2/conf.d \ CFLAGS="$(CFLAGS)"