mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 08:51:46 +03:00
empty DESTDIR
This commit is contained in:
parent
672c984917
commit
daeb8a1c8d
@ -3,7 +3,7 @@ objects := $(addprefix ., $(sources:.cc=.o))
|
||||
deps := $(addprefix ., $(sources:.cc=.d))
|
||||
|
||||
PREFIX ?= /usr/local
|
||||
DESTDIR ?= /
|
||||
DESTDIR ?= # root dir
|
||||
|
||||
bindir := $(DESTDIR)$(PREFIX)/bin
|
||||
sharedir := $(DESTDIR)$(PREFIX)/share/kak
|
||||
|
Loading…
Reference in New Issue
Block a user