From 69f0d7c26e1775fc04aadbeb0478327224d00621 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Fri, 30 Apr 2021 21:52:17 +0200 Subject: [PATCH] Set _distro="Arch" in PKGBUILD We can probably make a choice between _ispkgbuild="true" and _distro="Arch". I'll thing about it. --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 86576cc..78c12ed 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -26,6 +26,7 @@ plain ' `.-:///////:-.`' _where="$PWD" # track basedir as different Arch based distros are moving srcdir around _ispkgbuild="true" +_distro="Arch" source "$_where"/customization.cfg # load default configuration from file source "$_where"/linux-tkg-config/prepare