]> git.pld-linux.org Git - packages/fvwm.git/blob - fvwm-fsstnd.patch
fixed a small typo
[packages/fvwm.git] / fvwm-fsstnd.patch
1 --- fvwm-1.24r/fvwm/Imakefile.fsstnd    Fri Sep 16 10:36:44 1994
2 +++ fvwm-1.24r/fvwm/Imakefile   Fri May  1 16:02:42 1998
3 @@ -39,5 +39,5 @@
4         decorations.o colormaps.o misc.o style.o
5  
6  ComplexProgramTarget(fvwm)
7 -InstallNamedNonExec(../sample.fvwmrc/system.fvwmrc,system.fvwmrc,FVWMDIR)
8 +InstallNamedNonExec(../sample.fvwmrc/system.fvwmrc,system.fvwmrc,/etc/X11/fvwm)
9  
10 --- fvwm-1.24r/configure.h.fsstnd       Mon Nov 28 16:08:47 1994
11 +++ fvwm-1.24r/configure.h      Fri May  1 16:09:45 1998
12 @@ -1,7 +1,7 @@
13 -#define FVWMDIR     "/usr/lib/X11/fvwm"
14 +#define FVWMDIR     "/usr/X11R6/lib/X11/fvwm"
15  /* #define FVWMDIR        "/local/homes/dsp/nation/modules"*/
16 -#define FVWM_ICONDIR   "/usr/include/X11/bitmaps:/usr/include/X11/pixmaps"
17 -#define FVWMRC         "/usr/lib/X11/fvwm/system.fvwmrc"
18 +#define FVWM_ICONDIR   "/usr/X11R6/include/X11/bitmaps:/usr/X11R6/include/X11/pixmaps:/usr/share/icons"
19 +#define FVWMRC         "/etc/X11/fvwm/system.fvwmrc"
20  
21  /* Imake command needed to put modules in desired target location */
22  /* Use the second version if it causes grief */
23 @@ -14,7 +14,7 @@
24   * If you want to install it in a different directory, uncomment and
25   * edit the first line */
26  /* #define FVWM_BIN_DIR BINDIR=/local/homes/dsp/nation/bin/4.1.3*/
27 -#define FVWM_BIN_DIR BINDIR=/usr/bin/X11
28 +#define FVWM_BIN_DIR BINDIR=/usr/X11R6/bin
29  /*#define FVWM_BIN_DIR*/
30  
31  /* Compiler over-ride for Imakefiles */
This page took 0.052966 seconds and 3 git commands to generate.