From ed118e254bde4c6321c41fb1f5ad574f75b815e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Sep 2019 14:10:46 +0200 Subject: new package --- php-scssphp-scssphp-rpm.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 php-scssphp-scssphp-rpm.patch (limited to 'php-scssphp-scssphp-rpm.patch') diff --git a/php-scssphp-scssphp-rpm.patch b/php-scssphp-scssphp-rpm.patch new file mode 100644 index 0000000..ff150c7 --- /dev/null +++ b/php-scssphp-scssphp-rpm.patch @@ -0,0 +1,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; -- cgit