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
+1 -1
View File
@@ -7,7 +7,7 @@ urls=("https://ftp.gnu.org/gnu/gcc/${pkgname}-${pkgver}/${sources[0]}")
md5sums=("2268420ba02dc01821960e274711bde0")
src_prepare() {
tar -xf ${DIST_DIR}/${pkgname}-${pkgver}/${sources[0]} --strip-components=1
tar -xf ${distdir}/${sources[0]} --strip-components=1
case $(uname -m) in
x86_64)
sed -e '/m64=/s/lib64/lib/' \