From be608b5fc736ea2249b1224f2f6999cb76ca5059 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 7 Nov 2014 19:05:18 -0200 Subject: remove some Arch Linux --- pcr/gcc-gcj/PKGBUILD | 4 ++-- pcr/hwd/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pcr') 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 diff --git a/pcr/hwd/PKGBUILD b/pcr/hwd/PKGBUILD index 0470efa41..bffd46937 100644 --- a/pcr/hwd/PKGBUILD +++ b/pcr/hwd/PKGBUILD @@ -4,8 +4,8 @@ pkgname=hwd pkgver=5.5.2 -pkgrel=2 -pkgdesc="Hardware detect and xorg.conf generator for Arch Linux" +pkgrel=3 +pkgdesc="Hardware detect and xorg.conf generator" arch=('i686' 'x86_64' 'mips64el') url="http://user-contributions.org/projects/hwd/hwd.html" license=('GPL') -- cgit v1.2.3