summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2017-03-03 14:50:54 +0100
committerEmmanuel Gil Peyrot2017-03-03 14:50:54 +0100
commit14c6cf76145f385d062611af9f0cb4d9a501ae76 (patch)
tree457c936da6118a289f3642d253a59893f8c95908
parent09055fb9508e73205695c77fcd873364e3e049b1 (diff)
downloadaur-14c6cf76145f385d062611af9f0cb4d9a501ae76.tar.gz
Don’t remove the cache after building, it’s the whole point of it.
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fa505279c20..7fa9761086f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,6 @@ build() {
cd $srcdir/$_pkgbase
XDG_CACHE_HOME="$srcdir/cache" composer install \
--no-interaction --no-dev --no-suggest
- rm -rf "$srcdir/cache"
}
package() {