fix pharext_install.php generation
[pharext/pharext] / src / pharext / SourceDir / Pecl.php
index a9150ced7b0904adfc0fa27fe21186c1c75cd91e..39127f6a7f95035e599e136ef3d135362abe94ad 100644 (file)
@@ -86,7 +86,7 @@ class Pecl implements \IteratorAggregate, SourceDir
         * @return string
         */
        private static function loadHook($configure, $dependencies) {
-               return include __DIR__."/../pharext_install.tpl.php";
+               return include __DIR__."/../../pharext_install.tpl.php";
        }
 
        /**