One can put files to that directory that they will get
copied to the packages by the naoki magic.
endif
PKG_INIT_FILES = $(wildcard *.init)
+PKG_INIT_FILES += $(wildcard init/*.conf)
PKG_PAM_FILES = $(wildcard *.pam)
PKG_PAM_FILES += $(wildcard pam.d/*)
define __INSTALL_INIT
-mkdir -pv $(BUILDROOT)/etc/init
- cd $(DIR_APP) && cp -vf $(DIR_SOURCE)/$(1) $(BUILDROOT)/etc/init/$(subst .init,.conf,$(1))
+ cd $(DIR_APP) && cp -vf $(DIR_SOURCE)/$(1) $(BUILDROOT)/etc/init/$(subst .init,.conf,$(notdir $(1)))
endef