projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bebf94b
)
madplay: fix missing binary in madplay-oss package
2143/head
author
Ted Hess
<thess@kitschensync.net>
Fri, 18 Dec 2015 17:08:06 +0000
(12:08 -0500)
committer
Ted Hess
<thess@kitschensync.net>
Fri, 18 Dec 2015 17:08:06 +0000
(12:08 -0500)
Signed-off-by: Ted Hess <thess@kitschensync.net>
sound/madplay/Makefile
patch
|
blob
|
history
diff --git
a/sound/madplay/Makefile
b/sound/madplay/Makefile
index f0a1ef01e0bd47569b6b0028aee1cbf6c71dca34..00a1b490de7e438a5a268f1e207e44b7191c2cd6 100644
(file)
--- a/
sound/madplay/Makefile
+++ b/
sound/madplay/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=madplay
PKG_VERSION:=0.15.2b
-PKG_RELEASE:=
5
+PKG_RELEASE:=
6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/mad \
@@
-73,7
+73,7
@@
endif
define Package/madplay/install
$(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
define Package/madplay-alsa/install