File: diff.noroot

package info (click to toggle)
xpat2 1.04-13
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,680 kB
  • ctags: 1,250
  • sloc: ansic: 9,955; makefile: 97; sh: 24
file content (29 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (2)
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
*** src/Imakefile	Thu Sep 29 18:27:28 1994
--- src/Imakefile.noroot	Thu Sep 29 18:28:51 1994
***************
*** 37,48 ****
  # BINDIR = /usr/bin/X11
  # LIBDIR = /usr/lib/X11
  # MANDIR = /usr/man/man1
! XPATLIBDIR = /usr/games/lib/xpat
  APPDEFSDIR = $(LIBDIR)
  
  # 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.
--- 37,48 ----
  # BINDIR = /usr/bin/X11
  # LIBDIR = /usr/lib/X11
  # MANDIR = /usr/man/man1
! XPATLIBDIR = $(HOME)/xpat
  APPDEFSDIR = $(LIBDIR)
  
  # This is the name of the log-file, where solved games are stored:
  # an alternative path would be $(XPATLIBDIR)/xpat.log
! SCOREFILE = $(HOME)/xpat/xpat.log
  
  
  # paths for installation in user's home-directory.