From 2cfa9dad0b75ec47aa2cb55c1d96654fa391915f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 27 Aug 2016 17:28:04 +0200 Subject: [PATCH] pretty-hostname: remove quotes from the package title --- admin/pretty-hostname/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/pretty-hostname/Makefile b/admin/pretty-hostname/Makefile index f9c8e50..4ff7a09 100644 --- a/admin/pretty-hostname/Makefile +++ b/admin/pretty-hostname/Makefile @@ -11,7 +11,7 @@ define Package/pretty-hostname SECTION:=admin CATEGORY:=Administration DEPENDS:=+uci - TITLE:=Manage a "pretty" hostname in addition to the actual one + TITLE:=Manage a pretty hostname in addition to the actual one endef define Build/Prepare