summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2025-09-24 21:51:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2025-09-24 21:51:17 -0700
commit739ee386a92ec1ae6895aecf50c6a21f3ebd0cdb (patch)
treee4907326fc33d99cb14c1b76d3f33cddd6ff8c4a
parentUpdate depends and add tests. (diff)
downloadfreeciv-qt-739ee386a92ec1ae6895aecf50c6a21f3ebd0cdb.tar.xz
Fix a copypasta typo.HEADmaster
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8e9d56..9f9b4d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,7 @@ build() {
}
check() {
- cd ${pkgname}-${pkgver}
+ cd ${_pkgname}-${pkgver}
make check
}