From 4b95aa6a78857b04e18f5e6b97f258bfcf48ff5d Mon Sep 17 00:00:00 2001 From: spz Date: Sun, 17 Feb 2013 10:34:31 +0000 Subject: make it set links to the full path of the shared libs, not to a path starting with emul/ --- emulators/compat_netbsd/INSTALL.ELF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ;; -- cgit v1.2.3