diff options
-rw-r--r-- | packaging/baselibs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf index d23f00b..eec76ff 100644 --- a/packaging/baselibs.conf +++ b/packaging/baselibs.conf @@ -10,7 +10,7 @@ qemu-accel-armv7l post "set -x" post "if [ $(uname -m) = armv7l ]; then" post " builtin echo armv7l arch" - post " ln -sf %{our_path}/lib/libnsl.so.1 /lib/libnsl.so.1 || true" + post " ln -sf /emul/i586-for-arm/lib/libnsl.so.1 /lib/libnsl.so.1 || true" post "fi" post "# load the binfmt_misc module" post "if [ ! -d /proc/sys/fs/binfmt_misc ]; then" |