Browse Source

Merge pull request #2321 from karlp/pulls/file-typos

libs: file: fix typo in default call
lilik-openwrt-22.03
Luka Perkov 9 years ago
parent
commit
7141b761ef
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/file/Makefile

+ 2
- 2
libs/file/Makefile View File

@ -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


Loading…
Cancel
Save