musl: fixed ldd install
This commit is contained in:
parent
8d8cf195bd
commit
f4c7d71e40
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ package() {
|
||||||
gmake install DESTDIR=$pkgdir
|
gmake install DESTDIR=$pkgdir
|
||||||
rm -r $pkgdir/usr/include
|
rm -r $pkgdir/usr/include
|
||||||
install -d $pkgdir/usr/bin
|
install -d $pkgdir/usr/bin
|
||||||
ln -sr $pkgdir/lib/ld-musl*.so? $pkgdir/usr/bin/ldd
|
ln -sr $pkgdir/lib/ld-musl-x86_64.so.1 $pkgdir/usr/bin/ldd
|
||||||
}
|
}
|
||||||
|
|
||||||
package_dev() {
|
package_dev() {
|
||||||
|
|
Loading…
Reference in a new issue