mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
shairplay: fix PKG_FIXUP
PKG_FIXUP should be defined before including package.mk Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
@@ -21,10 +21,10 @@ PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/shairplay
|
||||
SECTION:=sound
|
||||
CATEGORY:=Sound
|
||||
|
||||
Reference in New Issue
Block a user