From 64ac7a0b03a7d0c034d0c26eefc27c0604ce23fd Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 22 Jun 2007 00:08:20 +0000 Subject: Don't create unneeded directories --- lp_server/build/lp_server.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lp_server') diff --git a/lp_server/build/lp_server.SlackBuild b/lp_server/build/lp_server.SlackBuild index cc5282f7..bc9b9550 100755 --- a/lp_server/build/lp_server.SlackBuild +++ b/lp_server/build/lp_server.SlackBuild @@ -170,7 +170,7 @@ make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log # 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: -mkdir -p $PKG/usr/{bin,man/man1,man/mann} +mkdir -p $PKG/usr if `which installwatch > /dev/null 2>&1`; then installwatch -o $OUTPUT/install-${PRGNAM}.log make prefix=$PKG/usr install else -- cgit v1.2.3-65-gdbad