yt-cli


Logs | Files | README | README | LICENSE | GitLab


1
commit d03dff09500e2d7ee17035b753d670af1569cf4f
2
Author: Connor Etherington <[email protected]>
3
Date:   Tue May 9 01:30:40 2023 +0200
4
5
    Auto-Commit Update 09.05.2023 - 01:30:40
6
---
7
 PKGBUILD                   | 6 +++---
8
 usr/bin/{yt-mpv => yt-cli} | 0
9
 2 files changed, 3 insertions(+), 3 deletions(-)
10
11
diff --git a/PKGBUILD b/PKGBUILD
12
index 8897d44..20aa46d 100644
13
--- a/PKGBUILD
14
+++ b/PKGBUILD
15
@@ -15,9 +15,9 @@ sha512sums=("SKIP")
16
 
17
 build() {
18
 
19
-  [ -d "${srcdir}/${pkgname}/usr/share/${pkgname}" ] &&
20
-    cd "${srcdir}/${pkgname}/usr/share/${pkgname}" ||
21
-    cd "${srcdir}/usr/share/${pkgname}"
22
+  [ -d "${srcdir}/${pkgname}/usr/lib/node_modules/${pkgname}" ] &&
23
+    cd "${srcdir}/${pkgname}/usr/lib/node_modules/${pkgname}" ||
24
+    cd "${srcdir}/usr/lib/node_modules/${pkgname}"
25
 
26
   which yarn >/dev/null 2>&1 &&
27
     yarn install || npm install
28
diff --git a/usr/bin/yt-mpv b/usr/bin/yt-cli
29
similarity index 100%
30
rename from usr/bin/yt-mpv
31
rename to usr/bin/yt-cli