summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom "Ravi" Hale2018-11-05 15:13:54 +0700
committerTom "Ravi" Hale2023-06-29 09:40:08 +0700
commite25800642c9cea9eaf0636d5c7fe5b919cab375a (patch)
tree1e5c6fab4ea5e3818391376095a12d9b5e2236c0
parentdbac86d557694e830a886e68614881862f804cf6 (diff)
downloadaur-e25800642c9cea9eaf0636d5c7fe5b919cab375a.tar.gz
Don't compress package during development
-rwxr-xr-xmake-check4
1 files changed, 4 insertions, 0 deletions
diff --git a/make-check b/make-check
index 31ea8d69eda4..855b6b47f596 100755
--- a/make-check
+++ b/make-check
@@ -6,9 +6,13 @@
set -euo pipefail
shopt -s failglob
+# Reset customised values to defaults
PACMAN=
PATH=/usr/bin:$PATH
+# Compressing is slow when building many times
+export PKGEXT=.pkg.tar
+
pkgdir=${0%%/*} # dirname $0
cd -P -- "$pkgdir" || exit 1 # Allow to be called from any directory