nixpkgs/pkgs/tools/filesystems/davfs2/disable-suid.patch
2023-01-25 14:19:48 +01:00

10 lines
233 B
Diff

diff --git a/src/Makefile.am b/src/Makefile.am
index bbde353..bcbed04 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,4 +54,3 @@ LIBS += @LIBICONV@
endif
install-exec-hook:
- chmod u+s $(DESTDIR)$(sbindir)/mount.davfs;