diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-11-07 19:05:18 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-11-07 19:05:18 -0200 |
commit | be608b5fc736ea2249b1224f2f6999cb76ca5059 (patch) | |
tree | cdd4096c9d9df39a981329a693253372f25685b6 /pcr/gcc-gcj | |
parent | bd61a8ca05d3a1a81f100d9e2588084dd080f2fd (diff) |
remove some Arch Linux
Diffstat (limited to 'pcr/gcc-gcj')
-rw-r--r-- | pcr/gcc-gcj/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/gcc-gcj/PKGBUILD b/pcr/gcc-gcj/PKGBUILD index aed422a43..cefb1ccc1 100644 --- a/pcr/gcc-gcj/PKGBUILD +++ b/pcr/gcc-gcj/PKGBUILD @@ -28,10 +28,10 @@ build() { # Do not run fixincludes sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in - # Arch Linux installs x86_64 libraries /lib + # Installs x86_64 libraries /lib [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64 - # Arch uses python version 3 as default python + # Uses python version 3 as default python sed -i '1s+python+python2+' libjava/contrib/aot-compile.in echo ${pkgver} > gcc/BASE-VER |