From 07630c4ca66d05af4de3a2a6f6ef5cbe66aaa1b9 Mon Sep 17 00:00:00 2001 From: Jerzy Grzegorek Date: Tue, 24 Jun 2014 09:34:20 +0200 Subject: packages: fix the header package name According to the documentation: "Header: The file starts with a header. It contains the module name, preferably in lowercase, enclosed between separators made of 80 hashes." This patch makes the appropriate changes. Signed-off-by: Jerzy Grzegorek Signed-off-by: Peter Korsgaard --- package/dbus-cpp/dbus-cpp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/dbus-cpp/dbus-cpp.mk') diff --git a/package/dbus-cpp/dbus-cpp.mk b/package/dbus-cpp/dbus-cpp.mk index 4cf6d180ad..03f974239b 100644 --- a/package/dbus-cpp/dbus-cpp.mk +++ b/package/dbus-cpp/dbus-cpp.mk @@ -1,6 +1,6 @@ ################################################################################ # -# dbus-c++ +# dbus-cpp # ################################################################################ -- cgit v1.2.1