mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-01-24 02:10:19 +00:00
fixed reserve location
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user