use destdir. closes #15.

This commit is contained in:
Christopher Jeffrey 2012-03-20 19:17:32 -05:00
parent b3a272185d
commit 24ffba0e51
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
CC ?= gcc
PREFIX ?= /usr
BINDIR ?= $(PREFIX)/bin
MANDIR ?= $(PREFIX)/share/man/man1
BINDIR ?= $(DESTDIR)$(PREFIX)/bin
MANDIR ?= $(DESTDIR)$(PREFIX)/share/man/man1
PACKAGES = x11 xcomposite xfixes xdamage xrender
LIBS = $(shell pkg-config --libs $(PACKAGES)) -lm