X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=sound%2Fshell-fm%2FMakefile;h=04b424c76b6587256a0fe940a517122f44d87013;hp=7c0b3de8c972580aa431dc636edc48724786e532;hb=0f745eac02349dfa3750a01ac91ad78350f83907;hpb=cf316235fafd48fbf609ee6e57949d3e89363924 diff --git a/sound/shell-fm/Makefile b/sound/shell-fm/Makefile index 7c0b3de8c9..04b424c76b 100644 --- a/sound/shell-fm/Makefile +++ b/sound/shell-fm/Makefile @@ -50,10 +50,17 @@ 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_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 endef $(eval $(call BuildPackage,shell-fm)) + + +$(eval $(call RequireCommand,aclocal, \ + $(PKG_NAME) requires automake \ +)) +