summaryrefslogtreecommitdiffstats
path: root/php-scssphp-bin.patch
blob: 1513f177fff17719bfec21d65d2ce2ed8db660de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bin/pscss b/bin/pscss
index e986585..d68a875 100755
--- a/bin/pscss
+++ b/bin/pscss
@@ -17,7 +17,7 @@ if (version_compare(PHP_VERSION, '5.3') < 0) {
     die('Requires PHP 5.3 or above');
 }
 
-include __DIR__ . '/../scss.inc.php';
+require_once '__PHPDIR__/Leafo/ScssPhp/autoload.php';
 
 use Leafo\ScssPhp\Compiler;
 use Leafo\ScssPhp\Parser;