From: nbd Date: Wed, 17 Jan 2007 20:42:21 +0000 (+0000) Subject: shell-fm requires automake X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1725623cbb348e64487f64a57609e8d82e77772f;p=packages.git shell-fm requires automake git-svn-id: svn://svn.openwrt.org/openwrt/packages@6120 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/sound/shell-fm/Makefile b/sound/shell-fm/Makefile index 7c0b3de8c..ecfe8271a 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 \ +)) +