From eb567d99362036c5ad3284408e02d3fca495fffa Mon Sep 17 00:00:00 2001 From: Philippe Pepiot Date: Tue, 9 Nov 2010 20:07:29 +0100 Subject: [PATCH] BuildSystem: fix stuff on install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc2cc72..b820f6f 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ clean: install: all @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin - @install wmfs ${DESTDIR}${PREFIX}/bin + @install ${O}/wmfs ${DESTDIR}${PREFIX}/bin @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @install -m 644 wmfs.1 ${DESTDIR}${MANPREFIX}/man1/