aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2013-11-30 09:14:45 +1300
committerDavid <dbphillipsnz@gmail.com>2014-03-27 20:32:48 +1300
commit5d944dfe9f03c9fb43271199d2ba4b8880747614 (patch)
treeab57a964538f06e86064ad45cb510673b91b8c94 /Makefile
parentf5bbf7cf9bd1eff316fd5b2d2ed71abbb49a7ecd (diff)
downloadtoast-5d944dfe9f03c9fb43271199d2ba4b8880747614.tar.xz
Bugfixes in strlen() which used to handle zero-length strings incorrectly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4226d9d..1b64ea7 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ link:
install:
# sudo umount $(TOAST_TARGET)
- sudo mount /dev/loop0p1 $(TOAST_TARGET)
+ sudo mount /dev/loop1p1 $(TOAST_TARGET)
sudo cp kernel $(TOAST_TARGET)
ls $(TOAST_TARGET)
sudo umount $(TOAST_TARGET)