Skip to content

Commit

Permalink
f2fs-tools: Add missing 'f2fslabel' symlink
Browse files Browse the repository at this point in the history
`f2fslabel` is already built into `f2fs.fsck`, but is missing its symlink
in the final package.

Signed-off-by: Sean Khan <[email protected]>
  • Loading branch information
qosmio committed Jul 1, 2024
1 parent 2bf2ee7 commit 59b287c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/utils/f2fs-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ define Package/f2fsck/install
$(LN) ../sbin/fsck.f2fs $(1)/usr/sbin/dump.f2fs
$(LN) ../sbin/fsck.f2fs $(1)/usr/sbin/sload.f2fs
$(LN) ../sbin/fsck.f2fs $(1)/usr/sbin/resize.f2fs
$(LN) ../sbin/fsck.f2fs $(1)/usr/sbin/f2fslabel
endef

Package/f2fsck-selinux/install = $(Package/f2fsck/install)
Expand Down

0 comments on commit 59b287c

Please sign in to comment.