local.install-nonroot.patch 472 B

123456789101112131415161718
  1. Subject: Don't install files as root
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Date: 2020-12-26
  4. Forwarded: no
  5. Not needed in Debian, breaks Rules-Requires-Root: no
  6. --- a/plugins/Makefile
  7. +++ b/plugins/Makefile
  8. @@ -4,7 +4,7 @@
  9. CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
  10. LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) -shared
  11. LDADD = -lutil
  12. -INSTALL = install -o root
  13. +INSTALL = install
  14. prefix = /usr/local
  15. PLUGINS = pptpd-logwtmp.so