← recipes

Commit b0e3044

0
plików
+0
dodanych
-0
usuniętych
@@ -1561,6 +1561,12 @@ footprint_gcc_man: "drwxr-xr-x\troot/root\tusr/share/info/\n-rw-r--r--\troot/roo
1561 1561 root/root\tusr/share/man/man1/lto-dump.1.gz\ndrwxr-xr-x\troot/root\tusr/share/man/man3/\ndrwxr-xr-x\troot/root\tusr/share/man/man7/\n\
1562 1562 -rw-r--r--\troot/root\tusr/share/man/man7/fsf-funding.7.gz\n-rw-r--r--\troot/root\tusr/share/man/man7/gfdl.7.gz\n-rw-r--r--\t\
1563 1563 root/root\tusr/share/man/man7/gpl.7.gz\n"
1564 +
1565 +# Szybki patch w locie – usuwa '-f ' z pliku budującego zanim ten wystartuje
1566 +pre_build:
1567 + - sed -i 's/-f \${PKGDIR}/${PKGDIR}/g' ./PKGBUILD
1568 + - sed -i 's/-f \${PKGDIR}/${PKGDIR}/g' ./build.sh
1569 +
1564 1570 build: |
1565 1571 cd gcc-${pkgver}
1566 1572