mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
- 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>