summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-12-26 23:25:28 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2024-09-01 02:00:00 +0200
commitc6f7ed57f6b485e0e5c320b09e85526ceee9e3f7 (patch)
tree611cdc4a38d09207ab8c12247cb39a673774b113
parent2854d298376046c6ec6fcfbab31c6f94f4447c85 (diff)
nginx: comment out fix-root-dirs
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 825b363629..514efb4458 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -610,7 +610,7 @@ the same, being completely separated from the Internet.")
(lambda _
(let ((man (string-append #$output "/share/man")))
(install-file "objs/nginx.8" (string-append man "/man8")))))
- (add-after 'install 'fix-root-dirs
+#; (add-after 'install 'fix-root-dirs
(lambda _
;; 'make install' puts things in strange places, so we need to
;; clean it up ourselves.