summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2016-04-01 19:27:23 -0500
committerMatt Parnell2016-04-01 19:27:23 -0500
commit797b4bd8aba3bc4b14e1be03d90d5c5d7cfd94ab (patch)
tree085808ba58b1b66aec8d73295a7e612b1d8abbb5
parentc79201cec725d68cc2ba1c35e9145e1a9e6d5668 (diff)
downloadaur-797b4bd8aba3bc4b14e1be03d90d5c5d7cfd94ab.tar.gz
forgot to remove
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fb458f7acb1..e3b17ca9c422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,8 +31,6 @@ PKGEXT='.pkg.tar'
prepare() {
cd "${srcdir}/zen-kernel"
- patch -Np1 -i "${srcdir}/exfat_fix.patch"
-
# Number of CPU Cores
_CORES=$(cat /proc/cpuinfo|grep processor|wc -l)
if [ $_CORES -lt 1 ]; then