]> git.pld-linux.org Git - packages/emu10k1-utils.git/blob - emu10k1-utils-path.patch
- move .pdf and .ps files to distfiles
[packages/emu10k1-utils.git] / emu10k1-utils-path.patch
1 diff -ruN emu-tools-0.9.4aa/Makefile.config emu-tools-0.9.4/Makefile.config
2 --- emu-tools-0.9.4aa/Makefile.config   Sun Jan 20 03:00:17 2002
3 +++ emu-tools-0.9.4/Makefile.config     Tue Jan 29 18:39:47 2002
4 @@ -1,9 +1,9 @@
5  
6  #tools install defaults
7  
8 -prefix ?= ${DESTDIR}/usr/local
9 +prefix := ${DESTDIR}/usr
10  exec_prefix := $(prefix)
11  bindir := $(exec_prefix)/bin
12  data_dir := $(prefix)/share/emu10k1
13 -man_prefix := $(exec_prefix)/man
14 -script_dir := $(prefix)/etc
15 +man_prefix := $(prefix)/share/man
16 +script_dir := $(DESTDIR)/etc
17 diff -ruN emu-tools-0.9.4aa/epache-0.1.4/main.h emu-tools-0.9.4/epache-0.1.4/main.h
18 --- emu-tools-0.9.4aa/epache-0.1.4/main.h       Wed Oct 24 06:14:28 2001
19 +++ emu-tools-0.9.4/epache-0.1.4/main.h Tue Jan 29 18:40:00 2002
20 @@ -25,7 +25,7 @@
21  #define DSPMGR "emu-dspmgr"
22  #define MAXFILENAME 32
23  #define MAXPATHLEN 4095
24 -#define DIRWITHPATCHES "/usr/local/share/emu10k1/"
25 +#define DIRWITHPATCHES "/usr/share/emu10k1/"
26  
27  #define g_free(ptr) if (ptr) {g_free(ptr);ptr=0;}
28  
29 diff -ruN emu-tools-0.9.4aa/scripts/Makefile emu-tools-0.9.4/scripts/Makefile
30 --- emu-tools-0.9.4aa/scripts/Makefile  Sun Jan 20 03:00:16 2002
31 +++ emu-tools-0.9.4/scripts/Makefile    Tue Jan 29 18:39:47 2002
32 @@ -8,5 +8,5 @@
33  else
34         @echo "configuration file already installed..."
35  endif
36 -       install -m 755 emu-script $(script_dir)
37 +       install -m 755 emu-script $(bindir)
38  
39 diff -ruN emu-tools-0.9.4aa/scripts/emu-script emu-tools-0.9.4/scripts/emu-script
40 --- emu-tools-0.9.4aa/scripts/emu-script        Sun Jan 20 03:00:16 2002
41 +++ emu-tools-0.9.4/scripts/emu-script  Tue Jan 29 18:39:47 2002
42 @@ -50,7 +50,7 @@
43  # unset these on the fly being particularly useful.
44  
45  # Default location of programs: 
46 -BASE_PATH=/usr/local
47 +BASE_PATH=/usr
48  DSPPATH=$BASE_PATH/share/emu10k1
49  
50  DSPMGR=$BASE_PATH/bin/emu-dspmgr
51 @@ -63,7 +63,7 @@
52  load(){
53  
54  # Source configurations
55 -  . $BASE_PATH/etc/emu10k1.conf
56 +  . /etc/emu10k1.conf
57  
58  # Pick up any coomand line overrides
59  while getopts d:t:i:r:m:s:b: OPT $SAVEARGS; do
This page took 0.113294 seconds and 3 git commands to generate.