summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Olbrich2016-10-29 12:42:45 +0200
committerKevin Olbrich2016-10-29 12:42:45 +0200
commit6da7ec164658582974e825b066e82163bc39cba6 (patch)
tree2ca76bd3695337be4dfff3dac93e870ff886cc31
parent757a22af29d2df6c87c31a2b4244c1704a900bd2 (diff)
downloadaur-6da7ec164658582974e825b066e82163bc39cba6.tar.gz
first package release
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d30cef4ce136..02865a3fe878 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ prepare() {
do
case "$s" in
(*.patch)
- patch -p1 < "${srcdir}/${s}"
+ #patch -p1 < "${srcdir}/${s}"
esac
done
}