Module Name:    src
Committed By:   pgoyette
Date:           Sun May  3 07:30:52 UTC 2015

Modified Files:
        src/distrib/sets/lists/modules: md.i386

Log Message:
Fix typo, fix the build-break.  One '/' is enough in path names.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/modules/md.i386

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/modules/md.i386
diff -u src/distrib/sets/lists/modules/md.i386:1.62 src/distrib/sets/lists/modules/md.i386:1.63
--- src/distrib/sets/lists/modules/md.i386:1.62	Sun May  3 02:55:04 2015
+++ src/distrib/sets/lists/modules/md.i386	Sun May  3 07:30:52 2015
@@ -1,4 +1,4 @@
-# $NetBSD: md.i386,v 1.62 2015/05/03 02:55:04 pgoyette Exp $
+# $NetBSD: md.i386,v 1.63 2015/05/03 07:30:52 pgoyette Exp $
 #
 # NOTE that there are three sets of files here:
 # @MODULEDIR@, i386-xen, and i386pae-xen
@@ -548,7 +548,7 @@
 ./stand/i386-xen/@OSRELEASE@/modules/sysvbfs				base-kernel-modules	kmod,compatmodules
 ./stand/i386-xen/@OSRELEASE@/modules/sysvbfs/sysvbfs.kmod		base-kernel-modules	kmod,compatmodules
 ./stand/i386-xen/@OSRELEASE@/modules/tco				base-kernel-modules	kmod,compatmodules
-./stand/i386-xen//@OSRELEASE@/modulestco/tco.kmod			base-kernel-modules	kmod,compatmodules
+./stand/i386-xen/@OSRELEASE@/modulestco/tco.kmod			base-kernel-modules	kmod,compatmodules
 ./stand/i386-xen/@OSRELEASE@/modules/tdfxdrm				base-kernel-modules	kmod,compatmodules
 ./stand/i386-xen/@OSRELEASE@/modules/tdfxdrm/tdfxdrm.kmod		base-kernel-modules	kmod,compatmodules
 ./stand/i386-xen/@OSRELEASE@/modules/thinkpad				base-kernel-modules	kmod,compatmodules

Reply via email to