Code

rules: Fixed the Kohana2 system path.
authorSebastian Harl <sh@tokkee.org>
Thu, 10 Feb 2011 10:43:45 +0000 (11:43 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 10 Feb 2011 10:43:45 +0000 (11:43 +0100)
debian/rules

index 4630b6afb989229c3e2fe0d93f6abca498f14176..7675dad0c995a8a748a803e8c9f73b5b77733d69 100755 (executable)
@@ -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)"