summaryrefslogtreecommitdiff
path: root/serverboot
diff options
context:
space:
mode:
Diffstat (limited to 'serverboot')
-rw-r--r--serverboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/Makefile b/serverboot/Makefile
index b6b16c99..c4d37430 100644
--- a/serverboot/Makefile
+++ b/serverboot/Makefile
@@ -27,7 +27,7 @@ LCLHDRS = assert.h disk_inode_ffs.h fs.h queue.h defs.h \
disk_inode.h file_io.h minix_super.h mach-exec.h
target = serverboot
HURDLIBS = threads
-installationdir = $(prefix)/boot
+installationdir = $(bootdir)
UNZIP_OBJS = unzip.o inflate.o util.o do-bunzip2.o
OBJS = $(subst .c,.o,$(SRCS)) \