Skip to content

Commit

Permalink
Add bash package to *-bin
Browse files Browse the repository at this point in the history
This package is needed by `./bin/ldd` (and possibly other scripts as well):

    head -n 1 /usr/glibc-compat/bin/ldd
    #!/bin/bash
  • Loading branch information
sgerrand committed Mar 14, 2022
1 parent 3987862 commit ee7ffc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ package() {
}

bin() {
depends="$pkgname libc6-compat libgcc"
depends="$pkgname bash libc6-compat libgcc"
mkdir -p "$subpkgdir"/usr/glibc-compat
cp -a "$srcdir"/usr/glibc-compat/bin "$subpkgdir"/usr/glibc-compat
cp -a "$srcdir"/usr/glibc-compat/sbin "$subpkgdir"/usr/glibc-compat
Expand Down

0 comments on commit ee7ffc8

Please sign in to comment.