From c67527b49ceb932b64d490b9fa1023f92317c16e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 17 Jan 2007 20:42:21 +0000 Subject: [PATCH] shell-fm requires automake SVN-Revision: 6120 --- sound/shell-fm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sound/shell-fm/Makefile b/sound/shell-fm/Makefile index 7c0b3de8c9..ecfe8271a5 100644 --- a/sound/shell-fm/Makefile +++ b/sound/shell-fm/Makefile @@ -50,10 +50,16 @@ endef define Package/shell-fm/install $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/shell-fm $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/shell-fm $(1)/usr/bin/ $(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 endef $(eval $(call BuildPackage,shell-fm)) + + +$(eval $(call RequireCommand,aclocal, \ + shell-fm requires automake \ +)) + -- 2.30.2