From e3996c42117a520c87cb89759557e9f23d53996d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 7 Jun 2007 20:59:11 +0000 Subject: Forgot to create target directories :-/ --- foremost/build/foremost.SlackBuild | 7 ++++--- 1 file 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 -- cgit v1.2.3-65-gdbad