Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/atari/miniroot Apply patch (requested by leo):



details:   https://anonhg.NetBSD.org/src/rev/2725e9fb6286
branches:  netbsd-1-5
changeset: 491797:2725e9fb6286
user:      he <he%NetBSD.org@localhost>
date:      Sat May 26 16:00:39 2001 +0000

description:
Apply patch (requested by leo):
  Change the order of some operations to squeeze in those last
  bits.

diffstat:

 distrib/atari/miniroot/list |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 3d352d6f087e -r 2725e9fb6286 distrib/atari/miniroot/list
--- a/distrib/atari/miniroot/list       Sat May 26 15:55:06 2001 +0000
+++ b/distrib/atari/miniroot/list       Sat May 26 16:00:39 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.7.10.2 2000/11/14 16:18:34 tv Exp $
+#      $NetBSD: list,v 1.7.10.3 2001/05/26 16:00:39 he Exp $
 
 # Usage of libhack.o reduces the instbin-size with approx. 64KB!
 LIBS   libhack.o
@@ -38,15 +38,15 @@
 COPY   ${ARCHDIR}/install.md           install.md
 COPY   ${ARCHDIR}/dot.profile          .profile
 
-# and the keyboard maps
-COPYDIR        ${DESTDIR}/usr/share/keymaps/atari      usr/share/keymaps/atari
-
-# mount-point for kernfs
-SPECIAL        mkdir kern
-
 # remove the /usr/share/zoneinfo directory, so the installation script
 # can determine that the atari install does not support it.
 SPECIAL        rmdir usr/share/zoneinfo
 
 # strip /etc/services - not enough space... (leaves ftp in).
 SPECIAL grep ftp ${DESTDIR}/etc/services > etc/services
+
+# and the keyboard maps
+COPYDIR        ${DESTDIR}/usr/share/keymaps/atari      usr/share/keymaps/atari
+
+# mount-point for kernfs
+SPECIAL        mkdir kern



Home | Main Index | Thread Index | Old Index