summaryrefslogtreecommitdiffstats
path: root/lp_server
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-06-21 23:33:01 +0000
committer Eric Hameleers <alien@slackware.com>2007-06-21 23:33:01 +0000
commitd329d121cfc9a13615a5dfbe2a1a291eb5d55abc (patch)
tree1afeb6de3bb215a5cde042c76e6c4867f2254775 /lp_server
parent9a4576910a96cef994a3e1d9ede5d5fea64d151b (diff)
downloadasb-d329d121cfc9a13615a5dfbe2a1a291eb5d55abc.tar.gz
asb-d329d121cfc9a13615a5dfbe2a1a291eb5d55abc.tar.xz
Fixed the patch file
Diffstat (limited to 'lp_server')
-rwxr-xr-xlp_server/build/lp_server.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/lp_server/build/lp_server.SlackBuild b/lp_server/build/lp_server.SlackBuild
index 0a809ad9..3c632a56 100755
--- a/lp_server/build/lp_server.SlackBuild
+++ b/lp_server/build/lp_server.SlackBuild
@@ -147,10 +147,8 @@ elif `file ${SOURCE} | grep -q ": gzip"`; then
fi
cd ${PRGNAM}-${VERSION}
# Patch for gcc4:
-( cd src
- patch -p0 < $SRCDIR/${PRGNAM}-${VERSION}.patch \
- 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
-)
+patch -p0 < $SRCDIR/${PRGNAM}-${VERSION}.patch \
+ 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
chown -R root:root .
chmod -R u+w,go+r-w,a-s .