Skip to content

Commit

Permalink
Makefile.defs: separate RUNBASEDIR from BASEDIR
Browse files Browse the repository at this point in the history
- not sharing same purpose, a common value can still be forced via
  DESTDIR
  • Loading branch information
miconda committed Jul 27, 2015
1 parent 7038d12 commit 747c328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.defs
Expand Up @@ -434,7 +434,8 @@ doxygen_dir=doc/doxygen

BASEDIR ?= $(DESTDIR)
basedir = $(BASEDIR)
runbasedir = $(BASEDIR)
RUNBASEDIR ?= $(DESTDIR)
runbasedir = $(RUNBASEDIR)

# install location
PREFIX ?= $(LOCALBASE)
Expand Down

0 comments on commit 747c328

Please sign in to comment.