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