Blame SOURCES/e2fsprogs-1.45.6-Revert-fuse2fs-install-fuse2fs-in-usr-bin-instead-of.patch

24fd99
From f2bb71bdbedf33f4fae4e1402ec23fe58eece1a7 Mon Sep 17 00:00:00 2001
24fd99
From: Lukas Czerner <lczerner@redhat.com>
24fd99
Date: Sun, 15 Dec 2019 14:39:46 +0100
24fd99
Subject: [PATCH 2/7] Revert "fuse2fs: install fuse2fs in /usr/bin instead of
24fd99
 /usr/sbin"
24fd99
24fd99
This reverts commit b71150355dca5409cf8e82a7e715e459a795bbf8.
24fd99
---
24fd99
 debian/fuse2fs.install | 2 +-
24fd99
 misc/Makefile.in       | 4 ++--
24fd99
 2 files changed, 3 insertions(+), 3 deletions(-)
24fd99
24fd99
diff --git a/debian/fuse2fs.install b/debian/fuse2fs.install
24fd99
index 2ed4c3c0..cd37a70e 100644
24fd99
--- a/debian/fuse2fs.install
24fd99
+++ b/debian/fuse2fs.install
24fd99
@@ -1,2 +1,2 @@
24fd99
-/usr/bin/fuse2fs
24fd99
+/usr/sbin/fuse2fs
24fd99
 /usr/share/man/man1/fuse2fs.1
24fd99
diff --git a/misc/Makefile.in b/misc/Makefile.in
24fd99
index 9f2a8939..216fc771 100644
24fd99
--- a/misc/Makefile.in
24fd99
+++ b/misc/Makefile.in
24fd99
@@ -35,7 +35,7 @@ INSTALL = @INSTALL@
24fd99
 SPROGS=		mke2fs badblocks tune2fs dumpe2fs $(BLKID_PROG) logsave \
24fd99
 			$(E2IMAGE_PROG) @FSCK_PROG@ e2undo
24fd99
 USPROGS=	mklost+found filefrag e2freefrag $(UUIDD_PROG) \
24fd99
-			$(E4DEFRAG_PROG) $(E4CRYPT_PROG)
24fd99
+			$(E4DEFRAG_PROG) $(E4CRYPT_PROG) $(FUSE_PROG)
24fd99
 SMANPAGES=	tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \
24fd99
 			e2label.8 $(FINDFS_MAN) $(BLKID_MAN) $(E2IMAGE_MAN) \
24fd99
 			logsave.8 filefrag.8 e2freefrag.8 e2undo.8 \
24fd99
@@ -43,7 +43,7 @@ SMANPAGES=	tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \
24fd99
 			e2mmpstatus.8
24fd99
 FMANPAGES=	mke2fs.conf.5 ext4.5
24fd99
 
24fd99
-UPROGS=		chattr lsattr $(FUSE_PROG) @UUID_CMT@ uuidgen
24fd99
+UPROGS=		chattr lsattr @UUID_CMT@ uuidgen
24fd99
 UMANPAGES=	chattr.1 lsattr.1 @UUID_CMT@ uuidgen.1
24fd99
 UMANPAGES+=	@FUSE_CMT@ fuse2fs.1
24fd99
 
24fd99
-- 
24fd99
2.21.3
24fd99