File: diff.noroot

package info (click to toggle)
xpat2 1.07-18
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,440 kB
  • sloc: ansic: 13,770; perl: 3,068; cpp: 2,935; makefile: 190; sh: 32
file content (31 lines) | stat: -rw-r--r-- 979 bytes parent folder | download | duplicates (10)
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
*** src/Imakefile	Sat May 15 21:02:56 1999
--- src/Imakefile.noroot	Sat May 15 21:05:45 1999
***************
*** 49,61 ****
  # BINDIR and LIBDIR should be predefined by the templates
  # BINDIR = /usr/bin/X11
  # LIBDIR = /usr/lib/X11
! XPATLIBDIR = /usr/games/lib/xpat
  APPDEFSDIR = $(LIBDIR)
  XPATMANDIR = /usr/man/man6
  
  # This is the name of the log-file, where solved games are stored:
  # an alternative path would be $(XPATLIBDIR)/xpat.log
! SCOREFILE = /var/games/xpat.log
  
  
  # paths for installation in user's home-directory.
--- 49,61 ----
  # BINDIR and LIBDIR should be predefined by the templates
  # BINDIR = /usr/bin/X11
  # LIBDIR = /usr/lib/X11
! XPATLIBDIR = $(HOME)/xpat
  APPDEFSDIR = $(LIBDIR)
  XPATMANDIR = /usr/man/man6
  
  # This is the name of the log-file, where solved games are stored:
  # an alternative path would be $(XPATLIBDIR)/xpat.log
! SCOREFILE = $(XPATLIBDIR)/xpat.log
  
  
  # paths for installation in user's home-directory.