Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst this is only valid for X11R6; we never...
details: https://anonhg.NetBSD.org/src/rev/704ddc5a64d8
branches: trunk
changeset: 772556:704ddc5a64d8
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 08 02:24:32 2012 +0000
description:
this is only valid for X11R6; we never had a.out X11R7
diffstat:
distrib/utils/sysinst/aout2elf.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 73564f6bbc6d -r 704ddc5a64d8 distrib/utils/sysinst/aout2elf.c
--- a/distrib/utils/sysinst/aout2elf.c Sat Jan 07 22:31:07 2012 +0000
+++ b/distrib/utils/sysinst/aout2elf.c Sun Jan 08 02:24:32 2012 +0000
@@ -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 @@
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);
Home |
Main Index |
Thread Index |
Old Index