mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-15 00:04:23 +08:00
btrfs-progs: build, fix the source of btrfsck symlink
The installed symlink points to the absolute path of btrfs, a relative link is enough. Reported-by: WorMzy Tykashi <wormzy.tykashi@gmail.com> Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
f47834dd1b
commit
779499a9ad
@ -318,7 +318,7 @@ install: $(libs) $(progs) $(INSTALLDIRS)
|
||||
$(INSTALL) $(progs) $(DESTDIR)$(bindir)
|
||||
$(INSTALL) fsck.btrfs $(DESTDIR)$(bindir)
|
||||
# btrfsck is a link to btrfs in the src tree, make it so for installed file as well
|
||||
$(LN_S) -f $(DESTDIR)$(bindir)/btrfs $(DESTDIR)$(bindir)/btrfsck
|
||||
$(LN_S) -f btrfs $(DESTDIR)$(bindir)/btrfsck
|
||||
$(INSTALL) -m755 -d $(DESTDIR)$(libdir)
|
||||
$(INSTALL) $(libs) $(DESTDIR)$(libdir)
|
||||
cp -a $(lib_links) $(DESTDIR)$(libdir)
|
||||
|
Loading…
Reference in New Issue
Block a user