aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/VendorConfig.cmake1
-rw-r--r--linux/makepkg/PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/cmake/VendorConfig.cmake b/cmake/VendorConfig.cmake
index 0e6891c..bb88eec 100644
--- a/cmake/VendorConfig.cmake
+++ b/cmake/VendorConfig.cmake
@@ -24,6 +24,7 @@ config("INSTALL_APPDIR" "Kconfig")
config("INSTALL_ICONDIR" "Kconfig")
add_custom_command(OUTPUT "${PROJECT_BINARY_DIR}/include/config.h"
+ COMMAND ${CMAKE_COMMAND} -E make_directory "${PROJECT_BINARY_DIR}/include"
COMMAND ${CMAKE_COMMAND} -E env "srctree=${PROJECT_SOURCE_DIR}"
${PYTHON_EXECUTABLE} "${PROJECT_SOURCE_DIR}/tools/Kconfiglib/genconfig.py" "--header-path=${PROJECT_BINARY_DIR}/include/config.h" "${PROJECT_SOURCE_DIR}/src/Kconfig"
WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}/${SYSTEM_NAME}")
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'