summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/nss/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/nss/PKGBUILD b/core/nss/PKGBUILD
index 0cedfbea..a82c4a3b 100644
--- a/core/nss/PKGBUILD
+++ b/core/nss/PKGBUILD
@@ -6,7 +6,7 @@ sha256sums+=('ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
eval "$(
declare -f prepare | \
sed '
- /cd nss-/a patch -Np2 -i ../no-plt.diff
+ /cd nss-/a patch -Np2 -i "$srcdir/no-plt.diff"
'
)"