| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 4a6857408d1f4a742f6464bedfc31b92ae3d2f33 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri May 26 09:26:47 2023 +0200 |
4 | |
5 | Auto-Commit Update - 20230526 |
6 | --- |
7 | Makefile | 1 + |
8 | 1 file changed, 1 insertion(+) |
9 | |
10 | diff --git a/Makefile b/Makefile |
11 | index 678f914..50659bd 100644 |
12 | --- a/Makefile |
13 | +++ b/Makefile |
14 | @@ -8,6 +8,7 @@ yt-cli: |
15 | @cd usr/lib/node_modules/"${PKG}" && which yarn >/dev/null 2>&1 && yarn install || npm install |
16 | @! [ -d "${PKGDIR}"/usr/lib/node_modules/"${PKG}" ] && mkdir -p "${PKGDIR}"/usr/lib/node_modules/"${PKG}" || true |
17 | @cp -ar usr/lib/node_modules/"${PKG}" "${PKGDIR}"/usr/lib/node_modules/ |
18 | + @npm link "${PKGDIR}"/usr/lib/node_modules/"${PKG}" |
19 | |
20 | install: yt-cli |
21 | |