Merge pull request #2592 from luizluca/sane-backends_add-config
sane-backends: add missing config file
This commit is contained in:
commit
b3b4ae04c7
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sane-backends
|
PKG_NAME:=sane-backends
|
||||||
PKG_VERSION:=1.0.25
|
PKG_VERSION:=1.0.25
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://fossies.org/linux/misc \
|
PKG_SOURCE_URL:=http://fossies.org/linux/misc \
|
||||||
https://alioth.debian.org/frs/download.php/file/4146/
|
https://alioth.debian.org/frs/download.php/file/4146/
|
||||||
|
@ -203,6 +203,7 @@ endef
|
||||||
|
|
||||||
define Package/sane-daemon/conffiles
|
define Package/sane-daemon/conffiles
|
||||||
/etc/sane.d/saned.conf
|
/etc/sane.d/saned.conf
|
||||||
|
/etc/xinetd.d/sane-port
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/sane-frontends/install
|
define Package/sane-frontends/install
|
||||||
|
|
Loading…
Reference in New Issue