From dd7f1f140e4c95f9fd2668735a63a36ceafd8a8a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Aug 2015 07:23:02 +0200 Subject: php-scssphp: 0.1.9, backport from fedora --- php-scssphp-bin.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 php-scssphp-bin.patch (limited to 'php-scssphp-bin.patch') diff --git a/php-scssphp-bin.patch b/php-scssphp-bin.patch deleted file mode 100644 index 1513f17..0000000 --- a/php-scssphp-bin.patch +++ /dev/null @@ -1,13 +0,0 @@ -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; -- cgit