Blame SOURCES/e2fsprogs-1.44.4-remove-unused-datarootdir.patch

5ce3dc
From 0377ae0cbf2fe9174580aeaa78d8db1479796352 Mon Sep 17 00:00:00 2001
5ce3dc
From: Lukas Czerner <lczerner@redhat.com>
5ce3dc
Date: Thu, 9 Aug 2018 10:35:45 +0200
5ce3dc
Subject: [PATCH 04/10] remove unused datarootdir
5ce3dc
5ce3dc
Remove unused datarootdir variable from compile_et and mk_cmds.
5ce3dc
5ce3dc
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
5ce3dc
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
5ce3dc
---
5ce3dc
 lib/et/compile_et.sh.in | 1 -
5ce3dc
 lib/ss/mk_cmds.sh.in    | 1 -
5ce3dc
 2 files changed, 2 deletions(-)
5ce3dc
5ce3dc
diff --git a/lib/et/compile_et.sh.in b/lib/et/compile_et.sh.in
5ce3dc
index 4c4ba17c..3cba7c7d 100644
5ce3dc
--- a/lib/et/compile_et.sh.in
5ce3dc
+++ b/lib/et/compile_et.sh.in
5ce3dc
@@ -2,7 +2,6 @@
5ce3dc
 #
5ce3dc
 #
5ce3dc
 
5ce3dc
-datarootdir=@datarootdir@
5ce3dc
 AWK=@AWK@
5ce3dc
 DIR=@datadir@/et
5ce3dc
 
5ce3dc
diff --git a/lib/ss/mk_cmds.sh.in b/lib/ss/mk_cmds.sh.in
5ce3dc
index 0abc19d7..6d487358 100644
5ce3dc
--- a/lib/ss/mk_cmds.sh.in
5ce3dc
+++ b/lib/ss/mk_cmds.sh.in
5ce3dc
@@ -2,7 +2,6 @@
5ce3dc
 #
5ce3dc
 #
5ce3dc
 
5ce3dc
-datarootdir=@datarootdir@
5ce3dc
 DIR=@datadir@/ss
5ce3dc
 AWK=@AWK@
5ce3dc
 SED=@SED@
5ce3dc
-- 
5ce3dc
2.17.2
5ce3dc