Skip to content

Commit

Permalink
Added DESTDIR parameter to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
abergmann committed Jan 29, 2014
1 parent 2fd26be commit 17870c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# stripped back out in the install command anyway.
CC = gcc
CFLAGS = -g -Wall -D_GNU_SOURCE
PREFIX = /usr
PREFIX = $(DESTDIR)/usr
MANDIR = $(PREFIX)/share/man
BINDIR = $(PREFIX)/sbin
ETCDIR = /etc
ETCDIR = $(DESTDIR)/etc
# *********************************************************

autolog: autolog.c
Expand Down

0 comments on commit 17870c3

Please sign in to comment.