This works properly

This commit is contained in:
Jack L. Frost 2014-08-09 15:17:26 +04:00
parent 51c7ec2471
commit 93edc4ceb7
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
USR ?= /usr/local
ETC ?= /etc
PREFIX ?= /
BIN ?= $(USR)/bin
BINDIR = $(DESTDIR)$(PREFIX)/$(USR)/bin
ETCDIR = $(DESTDIR)$(PREFIX)/$(ETC)
BINDIR = $(DESTDIR)$(PREFIX)$(BIN)
ETCDIR = $(DESTDIR)$(PREFIX)$(ETC)