fixed reserve location

This commit is contained in:
deepend 2024-10-11 02:42:40 +00:00
parent 921abf88fa
commit af79bcffea
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
/*