Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt 2index dd31fd3d..65521010 100644 3--- a/etc/CMakeLists.txt 4+++ b/etc/CMakeLists.txt 5@@ -19,20 +19,20 @@ 6 set(schroot_sysconf_data 7 schroot.conf) 8 9-install(FILES ${schroot_sysconf_data} 10- DESTINATION ${SCHROOT_SYSCONF_DIR}) 11+# install(FILES ${schroot_sysconf_data} 12+# DESTINATION ${SCHROOT_SYSCONF_DIR}) 13 14 set(files 15 copyfiles 16 fstab 17 nssdatabases) 18 19-set(profiles 20- buildd 21- default 22- desktop 23- minimal 24- sbuild) 25+# set(profiles 26+# buildd 27+# default 28+# desktop 29+# minimal 30+# sbuild) 31 32 set(arches 33 ${SBUILD_PLATFORM})