Merge pull request #2321 from karlp/pulls/file-typos
libs: file: fix typo in default call
This commit is contained in:
commit
7141b761ef
|
@ -31,7 +31,7 @@ define Package/file/Default
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/file
|
define Package/file
|
||||||
$(call package/file/Default)
|
$(call Package/file/Default)
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE+= utility
|
TITLE+= utility
|
||||||
|
@ -39,7 +39,7 @@ $(call package/file/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libmagic
|
define Package/libmagic
|
||||||
$(call package/file/Default)
|
$(call Package/file/Default)
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= library
|
TITLE+= library
|
||||||
|
|
Loading…
Reference in New Issue