From: Lukas Czerner Date: Thu, 9 Aug 2018 08:35:45 +0000 (+0200) Subject: remove unused datarootdir X-Git-Tag: v1.44.4~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06a276e2c3a8ae5340a3fb892d16b2bb47691a4e;p=thirdparty%2Fe2fsprogs.git remove unused datarootdir Remove unused datarootdir variable from compile_et and mk_cmds. Signed-off-by: Lukas Czerner Signed-off-by: Theodore Ts'o --- diff --git a/lib/et/compile_et.sh.in b/lib/et/compile_et.sh.in index 4c4ba17ca..3cba7c7d5 100644 --- a/lib/et/compile_et.sh.in +++ b/lib/et/compile_et.sh.in @@ -2,7 +2,6 @@ # # -datarootdir=@datarootdir@ AWK=@AWK@ DIR=@datadir@/et diff --git a/lib/ss/mk_cmds.sh.in b/lib/ss/mk_cmds.sh.in index 0abc19d7f..6d4873582 100644 --- a/lib/ss/mk_cmds.sh.in +++ b/lib/ss/mk_cmds.sh.in @@ -2,7 +2,6 @@ # # -datarootdir=@datarootdir@ DIR=@datadir@/ss AWK=@AWK@ SED=@SED@