From 9f6543d345ac6645522e0d08776b931ababe6bb1 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Fri, 22 Jun 2018 11:47:20 +0200 Subject: [PATCH] Fix REPOTYPE setting if the PKGCONFIG file is generated by a service I admit this is a corner case, but hey... --- init_buildsystem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_buildsystem b/init_buildsystem index 1bbfa5ca1..23e1c405b 100755 --- a/init_buildsystem +++ b/init_buildsystem @@ -356,7 +356,7 @@ create_cache_file() { REPOTYPE=rpm-md ;; *.dsc) REPOTYPE=debian ;; - */PKGBUILD|PKGBUILD) + */PKGBUILD|PKGBUILD|*/_service:*:PKGBUILD|_service:*:PKGBUILD) REPOTYPE=arch ;; esac fi