From 7c7bd7b427135a73d543d2477140629c42ff23bf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Oct 2024 16:26:31 +0200 Subject: Initial package from dev-main --- pie-rpm.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pie-rpm.patch (limited to 'pie-rpm.patch') 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(); + -- cgit