summaryrefslogtreecommitdiffstats
path: root/foremost
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-06-07 20:56:56 +0000
committer Eric Hameleers <alien@slackware.com>2007-06-07 20:56:56 +0000
commitb612352d609264990afff9aceb4e1deb44c3da65 (patch)
tree87a8dc0118901bdc7f105970180c8727647183c3 /foremost
parent02197cf6412c3f86ab4d8d0f90e5e74e42d520c9 (diff)
downloadasb-b612352d609264990afff9aceb4e1deb44c3da65.tar.gz
asb-b612352d609264990afff9aceb4e1deb44c3da65.tar.xz
Forgot to add $PKG as the destination for make install
Diffstat (limited to 'foremost')
-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