diff options
author | Denis Vlasenko | 2007-02-03 17:29:14 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-02-03 17:29:14 +0000 |
commit | e8ce0626d99114a66ae48273bb1478a3454b65cf (patch) | |
tree | 7196276c295570562c620c7a36167f14c972354a /examples/bootfloppy/bootfloppy.txt | |
parent | 06af2165288cd6516b89001ec9e24992619230e0 (diff) | |
download | busybox-e8ce0626d99114a66ae48273bb1478a3454b65cf.zip busybox-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.gz |
s/PREFIX/CONFIG_PREFIX/
Diffstat (limited to 'examples/bootfloppy/bootfloppy.txt')
-rw-r--r-- | examples/bootfloppy/bootfloppy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bootfloppy/bootfloppy.txt b/examples/bootfloppy/bootfloppy.txt index b514e63..6866b72 100644 --- a/examples/bootfloppy/bootfloppy.txt +++ b/examples/bootfloppy/bootfloppy.txt @@ -72,7 +72,7 @@ The following steps will create a root file system. - Install the Busybox binary and accompanying symlinks: (chdir to busybox directory) - make PREFIX=(path to)loop/ install + make CONFIG_PREFIX=(path to)loop/ install - Make device files in /dev: |