sane-backends: use macros (properly), remove chmod 16147/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 17 Jul 2021 12:03:40 +0000 (14:03 +0200)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Sun, 18 Jul 2021 03:58:40 +0000 (00:58 -0300)
commitf7ba01cdd4f4185003f71acc404f11effb64520f
tree1e6aa65d4253116007c4e8cb66cb08054cc38bf7
parent041e287766c8756eef8bddbde0dbe63cea2f8c26
sane-backends: use macros (properly), remove chmod

- use $(INSTALL_DIR) instead of mkdir
- using $(INSTALL_CONF) and then running chmod is pointless, use
  $(INSTALL_DATA) directly
- /etc/xinetd.d/sane-port doesn't need read protection from non-root
  users, use $(INSTALL_DATA) as well

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit f37006c2e641882dde01512f8a035bf42c6f46b8)
utils/sane-backends/Makefile