From b612352d609264990afff9aceb4e1deb44c3da65 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 7 Jun 2007 20:56:56 +0000 Subject: Forgot to add $PKG as the destination for make install --- foremost/build/foremost.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'foremost') diff --git a/foremost/build/foremost.SlackBuild b/foremost/build/foremost.SlackBuild index a6ed2bbb..0d4bb9a4 100755 --- a/foremost/build/foremost.SlackBuild +++ b/foremost/build/foremost.SlackBuild @@ -162,9 +162,9 @@ make BIN=/usr MAN=/usr/man/man1 CONF=/etc 2>&1 | tee $OUTPUT/make-${PRGNAM}.log # process that is more easily readable: if `which installwatch > /dev/null 2>&1`; then installwatch -o $OUTPUT/install-${PRGNAM}.log \ - make MAN=/usr/man/man1 CONF=/etc install + make BIN=$PKG/usr MAN=$PKG/usr/man/man1 CONF=$PKG/etc install else - make MAN=/usr/man/man1 CONF=/etc install \ + make BIN=$PKG/usr MAN=$PKG/usr/man/man1 CONF=$PKG/etc install \ 2>&1 |tee $OUTPUT/install-${PRGNAM}.log fi -- cgit v1.2.3-65-gdbad