From 90027e0159a7350889d81a7047075cb06b1597f1 Mon Sep 17 00:00:00 2001 From: codehelp Date: Mon, 6 May 2013 13:14:55 +0000 Subject: [PATCH] fix location of the example file. git-svn-id: http://emdebian.org/svn/current@8445 563faec7-e20c-0410-992a-a66f704d0ccd --- device-table.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device-table.pl b/device-table.pl index 710cf13..30e0c12 100755 --- a/device-table.pl +++ b/device-table.pl @@ -33,7 +33,7 @@ textdomain("multistrap"); $progname = basename($0); $ourversion = &our_version(); # default file from mtd-utils. -$file = "/usr/share/multistrap/device-table.txt"; +$file = "/usr/share/doc/multistrap/examples/device_table.txt"; $dir = `pwd`; chomp ($dir); $dir .= "/tmp/"; @@ -177,7 +177,7 @@ By default, F writes out the device nodes in the current working directory. Use the directory option to write out elsewhere. multistrap contains a default device-table file, use the file option -to override the default F +to override the default F Use the dry-run option to see the commands that would be run.