]> git.pld-linux.org Git - packages/octave.git/blob - octdirs.patch
23808fe623a1fde660b18b9f4b386bcd215ea408
[packages/octave.git] / octdirs.patch
1 --- octave-4.2.1/configure.ac.orig      2017-02-22 19:03:04.000000000 +0100
2 +++ octave-4.2.1/configure.ac   2017-05-26 20:32:53.218210980 +0200
3 @@ -87,7 +87,7 @@
4  
5  ## Where to install and expect libraries like liboctave.a, liboctinterp.a,
6  ## and other architecture-dependent data.
7 -OCTAVE_SET_DEFAULT([octlibdir], '${libdir}/octave/${version}')
8 +OCTAVE_SET_DEFAULT([octlibdir], '${libdir}')
9  
10  ## Where to put executables to be run by Octave rather than
11  ## the user.  This path usually includes the Octave version
12 @@ -128,7 +128,7 @@
13    '${libdir}/octave/${version}/site/oct/${canonical_host_type}')
14  
15  ## Where to install Octave's include files.
16 -OCTAVE_SET_DEFAULT([octincludedir], '${includedir}/octave-${version}/octave')
17 +OCTAVE_SET_DEFAULT([octincludedir], '${includedir}/octave')
18  
19  ## Where to install the function file distributed with
20  ## Octave.  This includes the Octave version, so that the
This page took 0.02846 seconds and 2 git commands to generate.