summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Devir2019-11-20 16:59:25 +1000
committerKyle Devir2019-11-20 16:59:25 +1000
commit9e0f31fa333ea91a5c1c25b4a096a1a983b8a19a (patch)
tree2e3524aefbd8424e7c2c785cf6a7fb35d3e3a762
parent33dd96c5187b473458fdca87aa589231d088c61e (diff)
downloadaur-9e0f31fa333ea91a5c1c25b4a096a1a983b8a19a.tar.gz
Fix!
-rwxr-xr-xPKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9303f3881c0a..eb2f19a8b865 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -134,9 +134,6 @@ prepare() {
git remote add arch_stable "https://git.archlinux.org/linux.git" || true
git pull --no-edit arch_stable "$_srcver_tag"
- # msg2 "Fixing EXTRAVERSION..."
- # sed -i 's/EXTRAVERSION =/EXTRAVERSION = -arch1/g' "$srcdir/$_reponame/Makefile"
-
# https://github.com/graysky2/kernel_gcc_patch
msg2 "Patching to enabled additional gcc CPU optimizatons..."
patch -Np1 -i "$srcdir/$_reponame_gcc_patch/$_gcc_patch_name"