summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanez Zemva2019-09-28 22:57:58 +0200
committerJanez Zemva2019-09-28 22:57:58 +0200
commit7cda3e14fb9fe5915d5c51440c27437c49aecfe2 (patch)
tree372cdd081a35944920d4a1a6d999ecb3c182c60e
parent9158c1e5899853718d7d9d2dc7850497d41aa9b8 (diff)
downloadaur-7cda3e14fb9fe5915d5c51440c27437c49aecfe2.tar.gz
some fixes
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43754a4e7abb..c70ede60aa5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -149,9 +149,6 @@ package_fastgcc() {
install -Dm755 "$srcdir/c89" "$pkgdir/usr/bin/c89"
install -Dm755 "$srcdir/c99" "$pkgdir/usr/bin/c99"
- # install the libstdc++ man pages
- make -C $CHOST/libstdc++-v3/doc DESTDIR="$pkgdir" doc-install-man
-
# byte-compile python libraries
python -m compileall "$pkgdir/usr/share/gcc-${pkgver%%+*}/"
python -O -m compileall "$pkgdir/usr/share/gcc-${pkgver%%+*}/"