Skip to content

Commit

Permalink
fix s6-linux-init build
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Jan 22, 2021
1 parent 2162c86 commit 8c36503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skarnet-builder/build-latest
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ for target in "${targets_order[@]}"; do
sysdeps[s6-dns]="${sysdeps[execline]}"
sysdeps[s6-networking]="${sysdeps[execline]}"
sysdeps[s6-rc]="${sysdeps[execline]}"
sysdeps[s6-linux-rc]="${sysdeps[execline]}"
sysdeps[s6-linux-init]="${sysdeps[execline]}"

declare -A configopts
configopts[skalibs]="--datadir=/etc --with-sysdep-devurandom=yes"
Expand All @@ -157,7 +157,7 @@ for target in "${targets_order[@]}"; do
configopts[s6-dns]=""
configopts[s6-networking]=""
configopts[s6-rc]=""
configopts[s6-linux-rc]=""
configopts[s6-linux-init]=""

build_install_skarnet_package() { # {{{
local package=$1
Expand Down

0 comments on commit 8c36503

Please sign in to comment.