Module Name: src
Committed By: christos
Date: Sun Jan 8 02:24:32 UTC 2012
Modified Files:
src/distrib/utils/sysinst: aout2elf.c
Log Message:
this is only valid for X11R6; we never had a.out X11R7
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/utils/sysinst/aout2elf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/sysinst/aout2elf.c
diff -u src/distrib/utils/sysinst/aout2elf.c:1.18 src/distrib/utils/sysinst/aout2elf.c:1.19
--- src/distrib/utils/sysinst/aout2elf.c:1.18 Sat Jan 7 13:54:30 2012
+++ src/distrib/utils/sysinst/aout2elf.c Sat Jan 7 21:24:32 2012
@@ -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);