diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-05-27 23:37:28 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-05-27 23:37:28 +0000 |
commit | 12fc1591922527596294f4bc3718d0901eff3092 (patch) | |
tree | 2a501c0fcef87faef0d8b4b415c8093ffe342ebe /audio | |
parent | adf7c537f0489d57c71e6bde20669e38a75d1a83 (diff) | |
download | pkgsrc-12fc1591922527596294f4bc3718d0901eff3092.tar.gz |
Make this work with NetBSD 2.x (with /libexec/ld.elf_so etc.)
Still works on 1.6.2 too
Diffstat (limited to 'audio')
-rw-r--r-- | audio/oss/files/chroot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/oss/files/chroot b/audio/oss/files/chroot index e622e338355..a8d6e2b199d 100644 --- a/audio/oss/files/chroot +++ b/audio/oss/files/chroot @@ -6,12 +6,19 @@ /bin/ln /bin/rm /bin/sync +/bin/tar /bin/test /dev/null /sbin/mknod /usr/bin/tar /usr/bin/touch +/lib/libc.so* +/lib/libedit.so* +/lib/libtermcap.so* +/libexec/ld.elf_so /usr/lib/libc.so* /usr/lib/libcurses.so* +/usr/lib/libedit.so* /usr/lib/libkver.so* +/usr/lib/libtermcap.so* /usr/libexec/ld.elf_so |