diff options
-rw-r--r-- | gnu/packages/web.scm | 2 |
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. |