Skip to content

Commit

Permalink
Define and install zfs as a build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsurya committed Oct 17, 2024
1 parent 2b7916b commit 1f32284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/grub2/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ UPSTREAM_GIT_BRANCH="applied/ubuntu/${UBUNTU_DISTRIBUTION}-updates"

SKIP_COPYRIGHTS_CHECK=true

PACKAGE_DEPENDENCIES="zfs"

#
# Install build dependencies for the package.
#
function prepare() {
logmust install_build_deps_from_control_file
logmust install_pkgs "$DEPDIR"/zfs/*.deb
}

#
Expand Down

0 comments on commit 1f32284

Please sign in to comment.