| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 955fbbd93b96d290bbf5b3d97d1eea9017ff26c7 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Mon Oct 2 08:37:51 2023 +0200 |
4 | |
5 | Auto-Commit Update - 20231002 |
6 | --- |
7 | PKGBUILD | 4 ++-- |
8 | 1 file changed, 2 insertions(+), 2 deletions(-) |
9 | |
10 | diff --git a/PKGBUILD b/PKGBUILD |
11 | index dd8e088..ea39a3d 100644 |
12 | --- a/PKGBUILD |
13 | +++ b/PKGBUILD |
14 | @@ -48,7 +48,7 @@ package() { |
15 | install -Dm644 usr/share/${pkgname}/ocr/package.json -t "${pkgdir}/usr/share/${pkgname}/ocr" |
16 | |
17 | cd "${pkgdir}/usr/share/${pkgname}/ocr" && while read -r file; do |
18 | - install -Dm644 "$file" -t "${pkgdir}/usr/share/${pkgname}/ocr/node_modules"; |
19 | - done < <(find . -type f ${pkgdir}/usr/share/${pkgname}/ocr/node_modules) |
20 | + install -Dm644 "$file" -t "${pkgdir}/usr/share/${pkgname}/ocr/tesseract" |
21 | + done < <(find . -type f ${pkgdir}/usr/share/${pkgname}/ocr/tesseract) |
22 | |
23 | } |