From d57aa7f166ac2142291ba883efb63624b5232f86 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 17 Jan 2007 21:09:54 +0000 Subject: [PATCH] fix shell-fm installation git-svn-id: svn://svn.openwrt.org/openwrt/packages@6122 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/shell-fm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/shell-fm/Makefile b/sound/shell-fm/Makefile index ecfe8271a..16085daa4 100644 --- a/sound/shell-fm/Makefile +++ b/sound/shell-fm/Makefile @@ -51,6 +51,7 @@ endef define Package/shell-fm/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/shell-fm $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/etc $(INSTALL_DATA) ./files/shell-fm.rc $(1)/etc/shell-fm.rc $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/shell-fm.init $(1)/etc/init.d/shell-fm -- 2.11.0