diff options
author | spz <spz@pkgsrc.org> | 2013-02-17 10:34:31 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2013-02-17 10:34:31 +0000 |
commit | 4b95aa6a78857b04e18f5e6b97f258bfcf48ff5d (patch) | |
tree | 8114d8cef613d5106143802eb308cfbe0e14799c /emulators | |
parent | 761aa08fba7498a954282ec2377d4a0c787db941 (diff) | |
download | pkgsrc-4b95aa6a78857b04e18f5e6b97f258bfcf48ff5d.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.ELF | 3 |
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 ;; |