diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-04 16:26:31 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-04 16:26:31 +0200 |
commit | 7c7bd7b427135a73d543d2477140629c42ff23bf (patch) | |
tree | a80c07bb2dae40a3949b14295ebe55c8d0e3fbf9 /pie-rpm.patch |
Initial package from dev-main
Diffstat (limited to 'pie-rpm.patch')
-rw-r--r-- | pie-rpm.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pie-rpm.patch b/pie-rpm.patch new file mode 100644 index 0000000..e73d0ab --- /dev/null +++ b/pie-rpm.patch @@ -0,0 +1,12 @@ +diff -up ./bin/pie.rpm ./bin/pie +--- ./bin/pie.rpm 2024-10-04 11:40:48.733248660 +0200 ++++ ./bin/pie 2024-10-04 11:42:00.473990273 +0200 +@@ -17,7 +17,7 @@ use Symfony\Component\Console\Input\Inpu + use Symfony\Component\Console\Output\OutputInterface; + + /** @psalm-suppress UnresolvableInclude */ +-include $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php'; ++include $_composer_autoload_path ?? '/usr/share/pie/vendor/autoload.php'; + + $container = Container::factory(); + |