summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2013-02-17 10:34:31 +0000
committerspz <spz@pkgsrc.org>2013-02-17 10:34:31 +0000
commit049fbb77cf5fe301bb465f7941707cb120daf912 (patch)
tree8114d8cef613d5106143802eb308cfbe0e14799c /emulators
parent958cc8bfbb1f08a8b2e90a65ea29263daa2baa1f (diff)
downloadpkgsrc-049fbb77cf5fe301bb465f7941707cb120daf912.tar.gz
make it set links to the full path of the shared libs, not to a path
starting with emul/
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat_netbsd/INSTALL.ELF3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/compat_netbsd/INSTALL.ELF b/emulators/compat_netbsd/INSTALL.ELF
index d15f62cc75b..69d6a7bde2d 100644
--- a/emulators/compat_netbsd/INSTALL.ELF
+++ b/emulators/compat_netbsd/INSTALL.ELF
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL.ELF,v 1.1 2007/08/21 22:49:24 jlam Exp $
+# $NetBSD: INSTALL.ELF,v 1.2 2013/02/17 10:34:31 spz Exp $
# Generate a +ROOT_ACTIONS script that runs certain actions that require
# superuser privileges.
@@ -55,6 +55,7 @@ ADD,0)
while read src dst; do
case $src in
"") continue ;;
+ [!/]*) src="${PKG_PREFIX}/$src" ;;
esac
case $dst in
"") continue ;;