diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-20 18:48:56 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-20 18:48:56 +0200 |
commit | f25a3eb2ac26c99eb4a576d54f83c54767690904 (patch) | |
tree | c7e183baa5a67aec97f562be04324be01c43dc22 /linux | |
parent | Fix config.h from regenerating on every build (diff) | |
download | smolbote-f25a3eb2ac26c99eb4a576d54f83c54767690904.tar.xz |
Create bindir/include if needed because make doesn't
Diffstat (limited to 'linux')
-rw-r--r-- | linux/makepkg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index e3bad77..8897ee7 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -23,7 +23,7 @@ makedepends=('git' 'cmake' 'pkg-config' 'asciidoctor' 'python') # this is the central repository source=("git+https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote.git#branch=master" "git+https://github.com/itay-grudev/SingleApplication.git" - "https://github.com/ulfalizer/Kconfiglib.git") + "git+https://github.com/ulfalizer/Kconfiglib.git") sha512sums=('SKIP' 'SKIP' |