nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1--- a/dynconfig/wscript 2018-12-23 20:28:42.908832206 -0800
2+++ b/dynconfig/wscript 2018-12-23 20:31:55.568835627 -0800
3@@ -419,15 +419,3 @@
4 public_headers=os_path_relpath(os.path.join(Options.launch_dir, version_header), bld.curdir),
5 header_path='samba',
6 cflags=cflags)
7-
8- # install some extra empty directories
9- bld.INSTALL_DIR("${CONFIGDIR}")
10- bld.INSTALL_DIR("${LOGFILEBASE}")
11- bld.INSTALL_DIR("${PRIVILEGED_SOCKET_DIR}")
12- bld.INSTALL_DIR("${PRIVATE_DIR}", 0o700)
13- bld.INSTALL_DIR("${BINDDNS_DIR}", 0o770)
14- bld.INSTALL_DIR("${STATEDIR}")
15- bld.INSTALL_DIR("${CACHEDIR}")
16-
17- # these might be on non persistent storage
18- bld.INSTALL_DIRS("", "${LOCKDIR} ${PIDDIR} ${SOCKET_DIR}")