We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0276b3 commit 17e3745Copy full SHA for 17e3745
Makefile
@@ -6,11 +6,12 @@ sysconfdir ?= $(prefix)/etc
6
datarootdir ?= $(prefix)/share
7
datadir ?= $(datarootdir)
8
9
-DESTDIR := $(abspath $(DESTDIR))
10
-BINDIR = $(DESTDIR)$(bindir)
11
-LIBDIR = $(DESTDIR)$(libdir)/enroot
12
-SYSCONFDIR = $(DESTDIR)$(sysconfdir)/enroot
13
-DATADIR = $(DESTDIR)$(datadir)/enroot
+override DESTDIR := $(abspath $(DESTDIR))
+
+BINDIR = $(DESTDIR)$(bindir)
+LIBDIR = $(DESTDIR)$(libdir)/enroot
+SYSCONFDIR = $(DESTDIR)$(sysconfdir)/enroot
14
+DATADIR = $(DESTDIR)$(datadir)/enroot
15
16
VERSION := 3.4.0
17
PACKAGE ?= enroot
0 commit comments