From e979130a2054be185f7c6fca55951bb6a850ccf3 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 18:06:05 -0500 Subject: [PATCH] arch: Move zst package into build subdir --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6350f8a..9a073ad 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,9 @@ clean: ${DISTRO}-clean install: ${DISTRO}-install manjaro: + mkdir -p build makepkg --nodeps + mv g13gui*.pkg.tar.zst build manjaro-clean: rm -f g13gui-git-*-any.pkg.tar.zst