1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-18 17:02:06 +03:00

empty DESTDIR

This commit is contained in:
Roberto Zanotto 2014-10-08 21:23:20 +02:00
parent 672c984917
commit daeb8a1c8d

View File

@ -3,7 +3,7 @@ objects := $(addprefix ., $(sources:.cc=.o))
deps := $(addprefix ., $(sources:.cc=.d)) deps := $(addprefix ., $(sources:.cc=.d))
PREFIX ?= /usr/local PREFIX ?= /usr/local
DESTDIR ?= / DESTDIR ?= # root dir
bindir := $(DESTDIR)$(PREFIX)/bin bindir := $(DESTDIR)$(PREFIX)/bin
sharedir := $(DESTDIR)$(PREFIX)/share/kak sharedir := $(DESTDIR)$(PREFIX)/share/kak