From: Michael Forney Date: Fri, 5 Sep 2014 22:43:07 +0000 (-0700) Subject: compile_et: Allow user to override ET_DIR X-Git-Tag: v1.42.13~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=943e21cda81a9fe0e95466bb6b98c2d7c8665491;p=thirdparty%2Fe2fsprogs.git compile_et: Allow user to override ET_DIR Signed-off-by: Michael Forney Signed-off-by: Theodore Ts'o --- diff --git a/lib/et/compile_et.sh.in b/lib/et/compile_et.sh.in index 96772c78d..a71ae8a9a 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;