diff options
Diffstat (limited to 'fstests/Makefile')
-rw-r--r-- | fstests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index 6bd388ef..d17d4563 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -31,7 +31,7 @@ fdtests: $(OBJS) $(libc); $(link) install: $(testprog) $(hurdroot) - cp $< $(hurdroot)/hurd/init + cp $< $(hurdroot)/bin/sh clean: rm -f fstests fstests.o |