mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
Remove whitespace from conffiles definition in Makefile
The conffiles definition in Makefile should not contain leading whitespace. Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client. Reference to discussion at #2652 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dnscrypt-proxy
|
||||
PKG_VERSION:=1.6.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy
|
||||
@@ -107,7 +107,7 @@ exit 0
|
||||
endef
|
||||
|
||||
define Package/dnscrypt-proxy/conffiles
|
||||
/etc/config/dnscrypt-proxy
|
||||
/etc/config/dnscrypt-proxy
|
||||
endef
|
||||
|
||||
define Package/hostip/install
|
||||
|
||||
Reference in New Issue
Block a user