aboutsummaryrefslogtreecommitdiffstats
path: root/upload
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xupload2
1 files changed, 1 insertions, 1 deletions
diff --git a/upload b/upload
index 0f6ca84..d580828 100755
--- a/upload
+++ b/upload
@@ -4,7 +4,7 @@ set -e
cd "$(dirname "${0}")"
-makepkg --install
+makepkg --install --clean
newpkg=0
pkgname="$(. PKGBUILD && echo "${pkgname}")"