summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnupg/Pkgfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnupg/Pkgfile b/gnupg/Pkgfile
index b2a5b2a69..bed059762 100644
--- a/gnupg/Pkgfile
+++ b/gnupg/Pkgfile
@@ -13,10 +13,7 @@ source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2 \
build () {
cd $name-$version
- (
- cd g10
- patch -p0 < $SRC/filter-context-20-small.diff
- )
+ patch -p0 -d g10 -i $SRC/filter-context-20-small.diff
./configure \
--prefix=/usr \

Generated by cgit