feat: use instead

This commit is contained in:
wyj
2025-03-14 01:49:41 -04:00
parent ec21881388
commit 120cfdcc6a
57 changed files with 69 additions and 69 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ src_prepare() {
if ! python3 -c 'from pty import spawn; spawn(["echo", "ok"])'; then
leaf_error "PTY issue. Cannot build."
fi
tar -xf ${DIST_DIR}/${pkgname}-${pkgver}/${sources[0]} --strip-components=1
patch -Np1 -i ${DIST_DIR}/${pkgname}-${pkgver}/${sources[1]}
tar -xf ${distdir}/${sources[0]} --strip-components=1
patch -Np1 -i ${distdir}/${sources[1]}
}
src_build() {