summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-01-14 16:58:21 +0000
committer Eric Hameleers <alien@slackware.com>2007-01-14 16:58:21 +0000
commit4c798b372b5248cbf3c84547f803c6587ce3c55d (patch)
tree6047dec195c9912db7cbf884a3196629ecdc4ea1 /truecrypt
parent7787317ab1752079fe3d9f5507fa7527e95ff584 (diff)
downloadasb-4c798b372b5248cbf3c84547f803c6587ce3c55d.tar.gz
asb-4c798b372b5248cbf3c84547f803c6587ce3c55d.tar.xz
Corrected the second patch command, p0 -> p3
Diffstat (limited to 'truecrypt')
-rwxr-xr-xtruecrypt/build/truecrypt.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild
index b7d04086..161d6a8a 100755
--- a/truecrypt/build/truecrypt.SlackBuild
+++ b/truecrypt/build/truecrypt.SlackBuild
@@ -158,7 +158,7 @@ echo "Building ..."
cd Linux
# Patches first:
patch -p0 < $SRCDIR/${PATCH0} 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
-(cd Kernel && patch -p0 < $SRCDIR/${PATCH1} 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log)
+(cd Kernel && patch -p3 < $SRCDIR/${PATCH1} 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log)
CFLAGS="$SLKCFLAGS" \
./build.sh 2>&1 | tee $OUTPUT/build-${PRGNAM}.log