diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-05-12 16:32:40 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-05-12 16:32:40 +0200 |
| commit | c04278ff84c2c4d9c54bbd43c1542e4eace40419 (patch) | |
| tree | 5d24863c391b2c34b187f2e101faab2d4fd46bb5 /backend/CMakeLists.txt | |
| parent | 8dd9efa88da99f602a6848731a115f10ec3a5b31 (diff) | |
| download | katja-c04278ff84c2c4d9c54bbd43c1542e4eace40419.tar.gz | |
Migrate Pkgtools char pointer fields to strings
Diffstat (limited to 'backend/CMakeLists.txt')
| -rw-r--r-- | backend/CMakeLists.txt | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index 259a3c6..c1153a5 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -17,15 +17,4 @@ include_directories(${CMAKE_BINARY_DIR}/generated/) target_link_libraries(backend PkgConfig::deps CURL::libcurl) -# configure_file( -# input: 'Slackware.conf.in', -# output: 'Slackware.conf', -# configuration: slackware_config_data, -# install: true, -# install_dir: join_paths(get_option('sysconfdir'), 'PackageKit'), -# ) - -# install_data( -# 'metadata.db', -# install_dir: join_paths(get_option('localstatedir'), 'cache', 'PackageKit', 'metadata'), -# ) +file(COPY metadata.db DESTINATION ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LOCALSTATEDIR}) |
