File: 2001_spec_below_usr-share.patch

package info (click to toggle)
sass-spec 3.6.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 22,980 kB
  • sloc: ruby: 1,620; perl: 428; sh: 96; makefile: 16
file content (17 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: expect spec to be installed below /usr/share by default
Author: Jonas Smedegaard <dr@jones.dk>, Anthony Fok <foka@debian.org>
Forwarded: no
Last-Update: 2016-09-09, 2020-03-31
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/sass_spec/cli.rb
+++ b/lib/sass_spec/cli.rb
@@ -6,7 +6,7 @@
   def self.parse
     options = {
       engine_adapter: nil,
-      spec_directory: nil,
+      spec_directory: "/usr/share/sass/spec",
       generate: false,
       tap: false,
       skip: false,