Browse Source

shairplay: fix PKG_FIXUP

PKG_FIXUP should be defined before including package.mk

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 10 years ago
parent
commit
f5c4816f10
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      sound/shairplay/Makefile

+ 2
- 2
sound/shairplay/Makefile View File

@@ -21,10 +21,10 @@ PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
21 21
 PKG_LICENSE:=MIT
22 22
 PKG_LICENSE_FILES:=LICENSE
23 23
 
24
-include $(INCLUDE_DIR)/package.mk
25
-
26 24
 PKG_FIXUP:=autoreconf
27 25
 
26
+include $(INCLUDE_DIR)/package.mk
27
+
28 28
 define Package/shairplay
29 29
   SECTION:=sound
30 30
   CATEGORY:=Sound