freeswitch-stable: move examples location
Moved location of example packages from /usr/share/freeswitch/conf to /usr/share/freeswitch/examples. It makes more sense and is also the place where the module configuration snippets go. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
eea358cfed
commit
d442371a44
1 changed files with 2 additions and 2 deletions
|
@ -380,10 +380,10 @@ This package does not install any configuration for FreeSWITCH into
|
||||||
/etc/freeswitch. The system administrator is completely responsible
|
/etc/freeswitch. The system administrator is completely responsible
|
||||||
for that directory. If you install one of the example configuration
|
for that directory. If you install one of the example configuration
|
||||||
packages, it will install the corresponding sample configuration to
|
packages, it will install the corresponding sample configuration to
|
||||||
/usr/share/freeswitch/conf where you can take a look at it.
|
/usr/share/freeswitch/examples where you can take a look at it.
|
||||||
endef
|
endef
|
||||||
define Package/$(PKG_NAME)-example-$(1)/install
|
define Package/$(PKG_NAME)-example-$(1)/install
|
||||||
$(call Package/$(PKG_NAME)/install/dir,$$(1)/usr/share/$(PRG_NAME)/conf/$(1),$(PKG_BUILD_DIR)/conf/$(1))
|
$(call Package/$(PKG_NAME)/install/dir,$$(1)/usr/share/$(PRG_NAME)/examples/$(1),$(PKG_BUILD_DIR)/conf/$(1))
|
||||||
endef
|
endef
|
||||||
$$(eval $$(call BuildPackage,$(PKG_NAME)-example-$(1)))
|
$$(eval $$(call BuildPackage,$(PKG_NAME)-example-$(1)))
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue