summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c61fcda2efc5..75a980d9dd07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
git clone $_gitroot
cd $_gitname
fi
- patch lib/ct_game_tags.c < ../../ct_game_tags.patch
+ patch -p1 < ../../ct.patch
./configure --prefix=/usr || return 1
make clean || return 1
make -j3 || return 1