upstream.install-in-sbin-dir.patch 468 B

1234567891011121314
  1. Subject: Install binaries in /usr/sbin
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Date: 2019-08-22
  4. Bug-Debian: https://bugs.debian.org/935404
  5. Forwarded: https://github.com/irino/softflowd/issues/16
  6. --- a/Makefile.am
  7. +++ b/Makefile.am
  8. @@ -1,4 +1,4 @@
  9. -bin_PROGRAMS = softflowd softflowctl
  10. +sbin_PROGRAMS = softflowd softflowctl
  11. COMMON = common.h convtime.h treetype.h sys-tree.h\
  12. convtime.c strlcpy.c strlcat.c closefrom.c daemon.c
  13. if ENABLE_LEGACY