mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libs: file: fix typo in default call
Corrects the display and help text for file and libmagic in menuconfig. Signed-off-by: Karl Palsson <karlp@remake.is>
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user