Skip to content

Commit

Permalink
chore: use default symlinks from base
Browse files Browse the repository at this point in the history
Use default symlinks from [base](siderolabs/pkgs#647).

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Jan 10, 2023
1 parent 932a49e commit bcbbf43
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ format: v1alpha2

vars:
PKGS_PREFIX: ghcr.io/siderolabs
PKGS_VERSION: v1.4.0-alpha.0-6-g325c9bf
PKGS_VERSION: v1.4.0-alpha.0-7-g8965bee
LINUX_FIRMWARE_VERSION: "20221214" # update this when updating PKGS_VERSION above
DRBD_DRIVER_VERSION: 9.2.0 # update this when updating PKGS_VERSION above

Expand Down
4 changes: 0 additions & 4 deletions power/nut-client/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ steps:
mkdir -p /usr/bin \
&& ln -sf /toolchain/bin/env /usr/bin/env
# Create symlinks for binaries required by libtoolize.
ln -s /toolchain/bin/sed /bin/sed
ln -s /toolchain/bin/grep /bin/grep
# Create symlinks for files used when building.
ln -s /toolchain/bin/pkg-config /usr/bin/pkg-config
ln -s /toolchain/bin/file /usr/bin/file
Expand Down
2 changes: 0 additions & 2 deletions storage/iscsi-tools/open-iscsi/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ steps:
tar -xzf open-iscsi.tar.gz --strip-components=1
# Create symlinks for binaries required by libtoolize.
ln -s /toolchain/bin/sed /bin/sed
ln -s /toolchain/bin/sed /usr/bin/sed
ln -s /toolchain/bin/grep /bin/grep
# Create symlinks for files used when building.
ln -s /toolchain/bin/pkg-config /usr/bin/pkg-config
Expand Down

0 comments on commit bcbbf43

Please sign in to comment.