Skip to content

Commit

Permalink
add missing dep to Focal (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsander-souza authored Dec 1, 2023
1 parent 422cdc3 commit b51cc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define check_packages_deps
_current_deps := libnbd-bin nbdkit packer fuse2fs $(1)
_focal_deps := libnbd0 nbdkit packer fuse2fs $(2)
_focal_deps := libnbd0 nbdfuse nbdkit packer fuse2fs $(2)

print-deps:
@if [ $(shell lsb_release -sr|cut -d. -f1) -ge 22 ];then \
Expand Down

0 comments on commit b51cc50

Please sign in to comment.