Skip to content

Commit

Permalink
Add C library compatibility package to *-bin
Browse files Browse the repository at this point in the history
This package not being installed is a very common cause of reported user errors.
  • Loading branch information
sgerrand committed Mar 14, 2022
1 parent 43f957a commit 3987862
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 libgcc"
depends="$pkgname 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 3987862

Please sign in to comment.