| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 5fda91ff361a5c021ad97cc8fceafbfbd6d7c625 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 9 04:43:56 2023 +0200 |
4 | |
5 | Auto-Commit Update - 20230509 |
6 | --- |
7 | PKGBUILD | 2 +- |
8 | usr/bin/ytcli | 1 + |
9 | 2 files changed, 2 insertions(+), 1 deletion(-) |
10 | |
11 | diff --git a/PKGBUILD b/PKGBUILD |
12 | index 0d0e62c..716be4e 100644 |
13 | --- a/PKGBUILD |
14 | +++ b/PKGBUILD |
15 | @@ -33,7 +33,7 @@ package() { |
16 | |
17 | cd ../../../../ |
18 | install -dm0755 "${pkgdir}"/usr/lib/node_modules/${pkgname} |
19 | - install -Dm0755 usr/bin/${pkgname} "${pkgdir}/usr/bin/${pkgname}" |
20 | + install -Dm0755 usr/bin/* -t "${pkgdir}/usr/bin/" |
21 | install -Dm0644 usr/share/licenses/${pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |
22 | cp -ar usr/lib/node_modules/${pkgname}/* "${pkgdir}"/usr/lib/node_modules/${pkgname} |
23 | |
24 | diff --git a/usr/bin/ytcli b/usr/bin/ytcli |
25 | new file mode 120000 |
26 | index 0000000..431cc08 |
27 | --- /dev/null |
28 | +++ b/usr/bin/ytcli |
29 | @@ -0,0 +1 @@ |
30 | +yt-cli |