summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-21 22:47:28 +0100
committerDaniel Peukert2020-03-21 22:47:28 +0100
commita2506d2db08f8b3413f10d5ed2612e000b2b1723 (patch)
tree93ba3ee91368a06c9c1e5b8579d9b7b1c57c187c
parent76e422dfa5e9a66e6c4ca52e6ed9bc40bbaff0ec (diff)
downloadaur-a2506d2db08f8b3413f10d5ed2612e000b2b1723.tar.gz
Fix variable name for ocaml-bin_prot
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49286ee3785a..e05ac4ed3564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ package() {
rm -r "$pkgdir/usr/doc/"
for _copy in 'COPYRIGHT.txt' 'THIRD-PARTY.txt'; do
- install -Dm644 "$copy" "$pkgdir/usr/share/doc/$pkgname/$copy"
+ install -Dm644 "$_copy" "$pkgdir/usr/share/doc/$pkgname/$_copy"
done
install -dm755 "$pkgdir/usr/share/licenses/$pkgname"