And add the new patch.

This commit is contained in:
Eric Sandeen 2013-05-02 02:03:57 -05:00
parent bdb3758aa3
commit 25864e4931
1 changed files with 13 additions and 0 deletions

View File

@ -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)