Merge pull request #2143 from thess/madplay-fix
madplay: fix missing binary in madplay-oss package
This commit is contained in:
commit
b5f07a089e
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=madplay
|
PKG_NAME:=madplay
|
||||||
PKG_VERSION:=0.15.2b
|
PKG_VERSION:=0.15.2b
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=6
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/mad \
|
PKG_SOURCE_URL:=@SF/mad \
|
||||||
|
@ -73,7 +73,7 @@ endif
|
||||||
|
|
||||||
define Package/madplay/install
|
define Package/madplay/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/madplay $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/madplay $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/madplay-alsa/install
|
define Package/madplay-alsa/install
|
||||||
|
|
Loading…
Reference in a new issue