]> git.pld-linux.org Git - packages/octave.git/blob - octave-DESTDIR.patch
- mass commit; now req: name = epoch:version
[packages/octave.git] / octave-DESTDIR.patch
1 --- Makeconf.in.orig    Mon Jul 23 16:57:13 2001
2 +++ Makeconf.in Mon Jul 23 16:57:16 2001
3 @@ -160,20 +160,20 @@
4  # subdirectories of this directory.  The default values for many of
5  # the variables below are expressed in terms of this one, so you may
6  # not need to change them.  This defaults to /usr/local.
7 -prefix = @prefix@
8 +prefix = $(DESTDIR)@prefix@
9  
10  # Like `prefix', but used for architecture-specific files.
11 -exec_prefix = @exec_prefix@
12 +exec_prefix = $(DESTDIR)@exec_prefix@
13  
14  # Where to install Octave and other binaries that people will want to
15  # run directly.
16 -bindir = @bindir@
17 +bindir = $(DESTDIR)@bindir@
18  
19  # Where to install architecture-independent data files.  ${fcnfiledir}
20  # and ${localfcnfiledir} are subdirectories of this.
21 -datadir = @datadir@
22 +datadir = $(DESTDIR)@datadir@
23  
24 -libdir = @libdir@
25 +libdir = $(DESTDIR)@libdir@
26  
27  # Where to install and expect libraries like libcruft.a, liboctave.a,
28  # and other architecture-dependent data.
29 @@ -181,20 +181,20 @@
30  
31  # Where to install and expect executable programs to be run by Octave
32  # rather than directly by users.
33 -libexecdir = @libexecdir@
34 +libexecdir = $(DESTDIR)@libexecdir@
35  
36  # The prefix for Octave's include file directory.  The default is
37  # ${prefix}/include
38 -includedir = @includedir@
39 +includedir = $(DESTDIR)@includedir@
40  
41  # Where to install Octave's man pages, and what extension they should
42  # have.  The default is ${prefix}/man/man1
43 -mandir = @mandir@
44 +mandir = $(DESTDIR)@mandir@
45  man1dir = @man1dir@
46  man1ext = @man1ext@
47  
48  # Where to install and expect the info files describing Octave..
49 -infodir = @infodir@
50 +infodir = $(DESTDIR)@infodir@
51  
52  # The fill path to the default info file.
53  infofile = @infofile@
This page took 0.030921 seconds and 3 git commands to generate.