about summary refs log tree commit diff
path: root/pkgs/tools/misc/rcm/fix-rcmlib-path.patch
blob: 45bd32a2d2b071e37475c0df69e7fc903baf844d (plain) (blame)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
*** rcm-1.2.3/bin/lsrc.in.orig	2014-05-09 04:57:39.000000000 -0700
--- rcm-1.2.3/bin/lsrc.in	2015-01-24 14:27:48.786595479 -0800
***************
*** 1,6 ****
  #!@SHELL@
  
! : ${RCM_LIB:=$(dirname "$0")/../share/rcm}
  . "$RCM_LIB/rcm.sh"
  
  pushdir() {
--- 1,6 ----
  #!@SHELL@
  
! RCM_LIB=@rcm@/share/rcm
  . "$RCM_LIB/rcm.sh"
  
  pushdir() {
*** rcm-1.2.3/bin/mkrc.in.orig	2014-05-09 04:57:39.000000000 -0700
--- rcm-1.2.3/bin/mkrc.in	2015-01-24 14:27:48.786595479 -0800
***************
*** 1,6 ****
  #!@SHELL@
  
! : ${RCM_LIB:=$(dirname "$0")/../share/rcm}
  . "$RCM_LIB/rcm.sh"
  
  destination() {
--- 1,6 ----
  #!@SHELL@
  
! RCM_LIB=@rcm@/share/rcm
  . "$RCM_LIB/rcm.sh"
  
  destination() {
*** rcm-1.2.3/bin/rcdn.in.orig	2014-05-09 04:57:39.000000000 -0700
--- rcm-1.2.3/bin/rcdn.in	2015-01-24 14:27:48.786595479 -0800
***************
*** 1,6 ****
  #!@SHELL@
  
! : ${RCM_LIB:=$(dirname "$0")/../share/rcm}
  . "$RCM_LIB/rcm.sh"
  
  remove_link() {
--- 1,6 ----
  #!@SHELL@
  
! RCM_LIB=@rcm@/share/rcm
  . "$RCM_LIB/rcm.sh"
  
  remove_link() {
*** rcm-1.2.3/bin/rcup.in.orig	2014-05-09 04:57:39.000000000 -0700
--- rcm-1.2.3/bin/rcup.in	2015-01-24 14:27:48.786595479 -0800
***************
*** 1,6 ****
  #!@SHELL@
  
! : ${RCM_LIB:=$(dirname "$0")/../share/rcm}
  . "$RCM_LIB/rcm.sh"
  
  link_or_copy() {
--- 1,6 ----
  #!@SHELL@
  
! RCM_LIB=@rcm@/share/rcm
  . "$RCM_LIB/rcm.sh"
  
  link_or_copy() {