aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/not-usr-local.patch
blob: f669b5caeafe4b9e75bcd8d8a93c61a6e327f5a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Description: Reference Debian install locations
Forwarded: not-needed
Author: Bryan Newbold <bnewbold@robocracy.org>
Index: scm/scm.info
===================================================================
--- scm.orig/scm.info
+++ scm/scm.info
@@ -2583,11 +2583,11 @@ file has (different) meanings to SCM and
 This combination of interpretatons allows SCM source files to be used as
 POSIX shell-scripts if the first line is:
 
-     #! /usr/local/bin/scm \
+     #! /usr/bin/scm \
 
 The following Scheme-Script prints factorial of its argument:
 
-     #! /usr/local/bin/scm \ %0 %*
+     #! /usr/bin/scm \ %0 %*
      - !#
 
      (define (fact.script args)
Index: scm/scm.texi
===================================================================
--- scm.orig/scm.texi
+++ scm/scm.texi
@@ -2284,14 +2284,14 @@ This combination of interpretatons allow
 POSIX shell-scripts if the first line is:
 
 @example
-#! /usr/local/bin/scm \
+#! /usr/bin/scm \
 @end example
 
 @noindent
 The following Scheme-Script prints factorial of its argument:
 
 @example
-#! /usr/local/bin/scm \ %0 %*
+#! /usr/bin/scm \ %0 %*
 - !#
 
 (define (fact.script args)
Index: scm/xgen.scm
===================================================================
--- scm.orig/xgen.scm
+++ scm/xgen.scm
@@ -1,4 +1,4 @@
-#! /usr/local/bin/scm \ %0 %*
+#! /usr/bin/scm \ %0 %*
 - !#
 ;;;; "xgen.scm", Convert C Event structs to xevent.h and xevent.scm.
 ;; Copyright (C) 1991-2000 Free Software Foundation, Inc.