From 943e21cda81a9fe0e95466bb6b98c2d7c8665491 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 5 Sep 2014 15:43:07 -0700 Subject: [PATCH] compile_et: Allow user to override ET_DIR Signed-off-by: Michael Forney Signed-off-by: Theodore Ts'o --- lib/et/compile_et.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/et/compile_et.sh.in b/lib/et/compile_et.sh.in index 96772c7..a71ae8a 100644 --- a/lib/et/compile_et.sh.in +++ b/lib/et/compile_et.sh.in @@ -5,7 +5,7 @@ datarootdir=@datarootdir@ AWK=@AWK@ DIR="${DIR-@datadir@/et}" -ET_DIR="@ET_DIR@" +ET_DIR="${ET_DIR-@ET_DIR@}" if test "$1" = "--build-tree" ; then shift; -- 1.8.3.1