From f2673d5bd0fe01f9684e0238a4b99e2fedccdd7a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 17 Nov 2018 20:20:12 +0100 Subject: [PATCH] List only the package itself, no signatures Signed-off-by: Knut Ahlers --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 6400d5d..88ade65 100755 --- a/run.sh +++ b/run.sh @@ -31,7 +31,7 @@ pacman -Sy # Execute the build itself gosu builder makepkg ${MAKEPKG_OPTS[@]} -PACKAGE=$(ls *.pkg.*) # This should be only one file +PACKAGE=$(ls *.pkg.tar.xz) # This should be only one file REPODB=$(find /repo -name '*.db.*' ! -name '*.old') if [ -z "${REPODB}" ]; then