From 56ed22796cf0d4b738e116acea35ef92b68add92 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 8 Jan 2012 02:24:32 +0000 Subject: [PATCH] this is only valid for X11R6; we never had a.out X11R7 --- distrib/utils/sysinst/aout2elf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/distrib/utils/sysinst/aout2elf.c b/distrib/utils/sysinst/aout2elf.c index 6e5ee3591a7f..416721b2d25b 100644 --- a/distrib/utils/sysinst/aout2elf.c +++ b/distrib/utils/sysinst/aout2elf.c @@ -1,4 +1,4 @@ -/* $NetBSD: aout2elf.c,v 1.18 2012/01/07 18:54:30 christos Exp $ +/* $NetBSD: aout2elf.c,v 1.19 2012/01/08 02:24:32 christos Exp $ * * Copyright 1997 Piermont Information Systems Inc. * All rights reserved. @@ -287,11 +287,11 @@ domove: n = handle_aout_libs(src, LIB_MOVE, concat_paths(prefix, "usr/lib")); if (run_program(0, "mkdir -p %s ", - concat_paths(prefix, "usr/X11R7/lib"))) + concat_paths(prefix, "usr/X11R6/lib"))) abort_libupdate(); - strlcpy(src, target_expand("/usr/X11R7/lib"), sizeof(src)); - handle_aout_x_libs(src, concat_paths(prefix, "usr/X11R7/lib")); + strlcpy(src, target_expand("/usr/X11R6/lib"), sizeof(src)); + handle_aout_x_libs(src, concat_paths(prefix, "usr/X11R6/lib")); if (backedup) { msg_display(MSG_emulbackup);