summaryrefslogtreecommitdiff
path: root/pango/pango-enum-types.c.template
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2019-11-20 15:43:57 -0600
committerJoshua Watt <JPEWhacker@gmail.com>2019-11-20 15:43:57 -0600
commitf8b32901981a06a8db4169b82a704dcf7e8b6560 (patch)
treeac78bffe6a1de0a457df49c0bbcd58b4b32e4220 /pango/pango-enum-types.c.template
parentce884d4ff73a6c645bc4051950e5516fd358ef6f (diff)
downloadpango-f8b32901981a06a8db4169b82a704dcf7e8b6560.tar.gz
Fix build reproducibility
Changes the comment in pango-enum-types.c to reference the file basename instead of the full path. This ensures that the generated file is reproducible when it is included in source packages meant for debugging. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Diffstat (limited to 'pango/pango-enum-types.c.template')
-rw-r--r--pango/pango-enum-types.c.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-enum-types.c.template b/pango/pango-enum-types.c.template
index d922c691..0d55ef74 100644
--- a/pango/pango-enum-types.c.template
+++ b/pango/pango-enum-types.c.template
@@ -6,7 +6,7 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/