Index: Makefile =================================================================== --- Makefile (revision 433375) +++ Makefile (working copy) @@ -43,6 +43,6 @@ .endif do-install: - @(cd ${WRKSRC} && ./install.sh -d ${STAGEDIR}) + @(cd ${WRKSRC} && ./install.sh -d "${STAGEDIR}" -p "${PREFIX}") .include