blob: ff150c7e5bf33bdbcacac1b86448b3ba57b5eadb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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;
|