mirror of https://github.com/tildeclub/ex-vi.git
fixed reserve location
This commit is contained in:
parent
921abf88fa
commit
af79bcffea
4
Makefile
4
Makefile
|
@ -79,11 +79,11 @@
|
|||
# Destinations for installation. $(PRESERVEDIR) is used for recovery files.
|
||||
# It will get mode 1777.
|
||||
#
|
||||
PREFIX = /usr/local
|
||||
PREFIX = /usr/archaic
|
||||
BINDIR = $(PREFIX)/bin
|
||||
LIBEXECDIR = $(PREFIX)/libexec
|
||||
MANDIR = $(PREFIX)/share/man
|
||||
PRESERVEDIR = /var/preserve
|
||||
PRESERVEDIR = /var/archaic/preserve
|
||||
|
||||
#
|
||||
# DESTDIR is prepended to the installation paths. It is mostly useful
|
||||
|
|
|
@ -270,9 +270,9 @@ main(int argc, char **argv)
|
|||
}
|
||||
|
||||
#ifdef notdef
|
||||
char pattern[] = "/usr/preserve/Exaa`XXXXX";
|
||||
char pattern[] = "/usr/archaic/preserve/Exaa`XXXXX";
|
||||
#else
|
||||
char pattern[] = "/var/preserve/Exa`XXXXXXXXXX";
|
||||
char pattern[] = "/var/archaic/preserve/Exa`XXXXXXXXXX";
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue