summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9adb55a405f..ffe2f297e3af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,9 +29,7 @@ sha256sums=('SKIP'
prepare() {
cd "${pkgname%-git}"
- # Bash's printf statement may fail when using `.` as decimal point under
- # certain locales, so for the time being we set `LC_ALL` to `C`.
- # Also, Arch packages are never ever installed to `/usr/local/`.
+ # Arch packages are never ever installed to `/usr/local/`.
patch -Np1 <../archlinux.patch
}