mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
[icecast] add minimalistic init script
Signed-off-by: André Gaul <gaul@web-yard.de>
This commit is contained in:
@@ -77,6 +77,8 @@ endef
|
||||
define Package/icecast/install
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(CP) $(PKG_INSTALL_DIR)/etc/icecast.xml $(1)/etc/
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/icecast.init $(1)/etc/init.d/icecast
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/icecast $(1)/usr/bin/
|
||||
$(INSTALL_DIR) $(1)/usr/share/icecast
|
||||
|
||||
Reference in New Issue
Block a user