summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2021-06-19 18:24:25 +0200
committerJoan Figueras2021-06-19 18:24:25 +0200
commit976631eb5754adc1cf991b5669a6d87d504d7148 (patch)
tree70ab0b43d75f2d688097ecfc9ee4c5c75dae4df7 /PKGBUILD
parenta1220ac4ae1859b2a5c4470dea49b2164bcdd19d (diff)
downloadaur-976631eb5754adc1cf991b5669a6d87d504d7148.tar.gz
Removed old workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c3ea4efefba..f1e26084aa7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -103,12 +103,6 @@ export KBUILD_BUILD_TIMESTAMP=${KBUILD_BUILD_TIMESTAMP:-$(date -Ru${SOURCE_DATE_
prepare() {
cd linux-${_major}
- # hacky work around for xz not getting extracted
- # https://bbs.archlinux.org/viewtopic.php?id=265115
- if [[ ! -f "$srcdir/patch-${pkgver}-xanmod${xanmod}" ]]; then
- xz -dc "$SRCDEST/patch-${pkgver}-xanmod${xanmod}.xz" > "$srcdir/patch-${pkgver}-xanmod${xanmod}"
- fi
-
# Apply Xanmod patch
patch -Np1 -i ../patch-${pkgver}-xanmod${xanmod}