fixed reserve location

This commit is contained in:
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