Skip to content

Commit ee7ffc8

Browse files
committed
Add bash package to *-bin
This package is needed by `./bin/ldd` (and possibly other scripts as well): head -n 1 /usr/glibc-compat/bin/ldd #!/bin/bash
1 parent 3987862 commit ee7ffc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package() {
3333
}
3434

3535
bin() {
36-
depends="$pkgname libc6-compat libgcc"
36+
depends="$pkgname bash libc6-compat libgcc"
3737
mkdir -p "$subpkgdir"/usr/glibc-compat
3838
cp -a "$srcdir"/usr/glibc-compat/bin "$subpkgdir"/usr/glibc-compat
3939
cp -a "$srcdir"/usr/glibc-compat/sbin "$subpkgdir"/usr/glibc-compat

0 commit comments

Comments
 (0)