Skip to content

Commit

Permalink
dereference symlink when adding ld.so.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
andyshinn committed Apr 9, 2015
1 parent 1c1dc57 commit 4af128d
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 @@ -17,7 +17,7 @@ package() {
mkdir "$pkgdir"/etc
mkdir "$pkgdir"/lib64
cp -a "$srcdir"/usr "$pkgdir"/usr/glibc/usr
cp -a "$srcdir"/ld.so.conf "$pkgdir"/etc/
cp -La "$srcdir"/ld.so.conf "$pkgdir"/etc/
rm -rf "$pkgdir"/usr/glibc/usr/lib/systemd \
"$pkgdir"/usr/glibc/usr/lib/gconv \
"$pkgdir"/usr/glibc/usr/lib/locale \
Expand Down

0 comments on commit 4af128d

Please sign in to comment.