Merge pull request #3444 from bobafetthotmail/patch-9

gdisk/sgdisk/cgdisk: capitalized submenu name (disc -> Disc)
This commit is contained in:
Hannu Nyman 2016-11-02 12:07:10 +02:00 committed by GitHub
commit cd6216199d

View file

@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/gptfdisk/default
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=disc
SUBMENU:=Disc
URL:=http://www.rodsbooks.com/gdisk
MAINTAINER:=Daniel Engberg <daniel.engberg.lists@pyret.net>
endef