[btrfs-progs] And add the new patch.

Eric Sandeen sandeen at fedoraproject.org
Thu May 2 16:13:16 UTC 2013


commit 25864e49311689f90face464ade97189e5a3b994
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Thu May 2 02:03:57 2013 -0500

    And add the new patch.

 btrfs-progs-Makefile.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/btrfs-progs-Makefile.patch b/btrfs-progs-Makefile.patch
new file mode 100644
index 0000000..c80ebaa
--- /dev/null
+++ b/btrfs-progs-Makefile.patch
@@ -0,0 +1,13 @@
+Index: btrfs-progs-0.20.rc1.20130501git7854c8b/Makefile
+===================================================================
+--- btrfs-progs-0.20.rc1.20130501git7854c8b.orig/Makefile
++++ btrfs-progs-0.20.rc1.20130501git7854c8b/Makefile
+@@ -222,6 +222,8 @@ clean :
+ install: $(libs) $(progs) install-man
+ 	$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
+ 	$(INSTALL) $(progs) $(DESTDIR)$(bindir)
++	# make btrfsck a link again under $(DESTDIR)
++	$(LN) -f $(DESTDIR)$(bindir)/btrfs $(DESTDIR)$(bindir)/btrfsck
+ 	$(INSTALL) -m755 -d $(DESTDIR)$(libdir)
+ 	$(INSTALL) $(libs) $(DESTDIR)$(libdir)
+ 	cp -a $(lib_links) $(DESTDIR)$(libdir)


More information about the scm-commits mailing list