Blame php-scssphp-scssphp-rpm.patch

4668728
diff -up ./bin/pscss.rpm ./bin/pscss
4668728
--- ./bin/pscss.rpm	2019-09-16 13:42:28.627488779 +0200
4668728
+++ ./bin/pscss	2019-09-16 13:42:36.072460508 +0200
4668728
@@ -16,7 +16,7 @@ if (version_compare(PHP_VERSION, '5.6')
4668728
     die('Requires PHP 5.6 or above');
4668728
 }
4668728
 
4668728
-include __DIR__ . '/../scss.inc.php';
4668728
+include '/usr/share/php/ScssPhp/ScssPhp/autoload.php';
4668728
 
4668728
 use ScssPhp\ScssPhp\Compiler;
4668728
 use ScssPhp\ScssPhp\Parser;