Set _distro="Arch" in PKGBUILD
We can probably make a choice between _ispkgbuild="true" and _distro="Arch". I'll thing about it.
This commit is contained in:
parent
63f0a1ea79
commit
69f0d7c26e
1
PKGBUILD
1
PKGBUILD
@ -26,6 +26,7 @@ plain ' `.-:///////:-.`'
|
|||||||
|
|
||||||
_where="$PWD" # track basedir as different Arch based distros are moving srcdir around
|
_where="$PWD" # track basedir as different Arch based distros are moving srcdir around
|
||||||
_ispkgbuild="true"
|
_ispkgbuild="true"
|
||||||
|
_distro="Arch"
|
||||||
|
|
||||||
source "$_where"/customization.cfg # load default configuration from file
|
source "$_where"/customization.cfg # load default configuration from file
|
||||||
source "$_where"/linux-tkg-config/prepare
|
source "$_where"/linux-tkg-config/prepare
|
||||||
|
Loading…
Reference in New Issue
Block a user