summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian J. Bronner2023-02-12 20:50:33 +0100
committerSebastian J. Bronner2023-02-12 20:50:33 +0100
commit81f6b1e2bb3bf1385f6c3f1437360055494d2505 (patch)
treea47555e0e224f1e8d14da84a14e7e704c3e32176
parent9a7f1db9dac0cb10c920d6b53d2988e06cb3315f (diff)
downloadaur-81f6b1e2bb3bf1385f6c3f1437360055494d2505.tar.gz
Fix name of variable _sourcedir in comments.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c2db0996f10..2961ca1abf25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,10 +36,10 @@ prepare() {
# configuration changes. The package is built using
# default values.
# present The user has supplied his or her configuration. The
- # file will be copied to $srcdir and used during
+ # file will be copied to $_sourcedir and used during
# build.
#
- # After this test, config.def.h is copied from $srcdir to $BUILDDIR to
+ # After this test, config.def.h is copied from $_sourcedir to $BUILDDIR to
# provide an up to date template for the user.
if [ -e "$BUILDDIR/config.h" ]
then