summaryrefslogtreecommitdiffstats
path: root/foremost/build/foremost.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'foremost/build/foremost.SlackBuild')
-rwxr-xr-xforemost/build/foremost.SlackBuild4
1 files changed, 2 insertions, 2 deletions
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