diff options
author | Karl Palsson <karlp@remake.is> | 2016-01-27 11:14:16 +0000 |
---|---|---|
committer | Karl Palsson <karlp@remake.is> | 2016-01-27 11:14:16 +0000 |
commit | 302b33eaa62e42250da033bb99c8984256776209 (patch) | |
tree | 443711efbf1d6d5ba0c813acf7ce41a8b8bf35f1 /libs/file | |
parent | cc422ba64bd1a7bb90d35dfff0b9c475335b78d3 (diff) |
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>
Diffstat (limited to 'libs/file')
-rw-r--r-- | libs/file/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/file/Makefile b/libs/file/Makefile index 90ab6f4cc..a0117b57b 100644 --- a/libs/file/Makefile +++ b/libs/file/Makefile @@ -31,7 +31,7 @@ define Package/file/Default endef define Package/file -$(call package/file/Default) +$(call Package/file/Default) SECTION:=utils CATEGORY:=Utilities TITLE+= utility @@ -39,7 +39,7 @@ $(call package/file/Default) endef define Package/libmagic -$(call package/file/Default) +$(call Package/file/Default) SECTION:=libs CATEGORY:=Libraries TITLE+= library |