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/mkrootfs.sh | |
parent | 06af2165288cd6516b89001ec9e24992619230e0 (diff) | |
download | busybox-e8ce0626d99114a66ae48273bb1478a3454b65cf.zip busybox-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.gz |
s/PREFIX/CONFIG_PREFIX/
Diffstat (limited to 'examples/bootfloppy/mkrootfs.sh')
-rwxr-xr-x | examples/bootfloppy/mkrootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bootfloppy/mkrootfs.sh b/examples/bootfloppy/mkrootfs.sh index e79ed41..5cdff21 100755 --- a/examples/bootfloppy/mkrootfs.sh +++ b/examples/bootfloppy/mkrootfs.sh @@ -76,7 +76,7 @@ cd $BASE_DIR cd $BUSYBOX_DIR make distclean make CC=$BASE_DIR/$UCLIBC_DIR/extra/gcc-uClibc/i386-uclibc-gcc -make PREFIX=$BASE_DIR/$TARGET_DIR install +make CONFIG_PREFIX=$BASE_DIR/$TARGET_DIR install cd $BASE_DIR |