summaryrefslogtreecommitdiffstats
path: root/pie-rpm.patch
blob: e73d0ab73de88998341ee64012ccc56af5bf3f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
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();