summaryrefslogtreecommitdiffstats
path: root/foremost
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-06-07 20:59:11 +0000
committer Eric Hameleers <alien@slackware.com>2007-06-07 20:59:11 +0000
commite3996c42117a520c87cb89759557e9f23d53996d (patch)
treeae8d303efe56eb6ebd5337538a2d8b2876763db9 /foremost
parentb612352d609264990afff9aceb4e1deb44c3da65 (diff)
downloadasb-e3996c42117a520c87cb89759557e9f23d53996d.tar.gz
asb-e3996c42117a520c87cb89759557e9f23d53996d.tar.xz
Forgot to create target directories :-/
Diffstat (limited to 'foremost')
-rwxr-xr-xforemost/build/foremost.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/foremost/build/foremost.SlackBuild b/foremost/build/foremost.SlackBuild
index 0d4bb9a4..5b85d040 100755
--- a/foremost/build/foremost.SlackBuild
+++ b/foremost/build/foremost.SlackBuild
@@ -155,11 +155,12 @@ export LDFLAGS="$SLKLDFLAGS"
export CFLAGS="$SLKCFLAGS"
make BIN=/usr MAN=/usr/man/man1 CONF=/etc 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
-#
+# Create destination directories:
+mkdir -p $PKG/usr/man/man1 $PKG/etc
+
# Install all the needed stuff to the package dir
-#
# Use installwatch if available, to produce a logfile of the installation
-# process that is more easily readable:
+# process that is more easily readable:
if `which installwatch > /dev/null 2>&1`; then
installwatch -o $OUTPUT/install-${PRGNAM}.log \
make BIN=$PKG/usr MAN=$PKG/usr/man/man1 CONF=$PKG/etc install