summaryrefslogtreecommitdiff
path: root/gudev/gudevenumtypes.c.template
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-04-29 13:06:12 +0200
committerAlexander Kanavin <alex.kanavin@gmail.com>2021-04-29 13:50:10 +0200
commitd80acff1487a80e2e3ae3455c4efacd71e991f56 (patch)
tree2e2bcf9b41aa0b0fb467feb1c3f2a8f7c08ce062 /gudev/gudevenumtypes.c.template
parent3a77ac1993492296bcfdc8ee17626e5d1c7f9761 (diff)
downloadlibgudev-d80acff1487a80e2e3ae3455c4efacd71e991f56.tar.gz
gudev: make reproducible
@filename@ writes the full path to the generated file, which can vary in CI systems and make outputs non-reproducible.
Diffstat (limited to 'gudev/gudevenumtypes.c.template')
-rw-r--r--gudev/gudevenumtypes.c.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/gudev/gudevenumtypes.c.template b/gudev/gudevenumtypes.c.template
index fc30b39..4918f7e 100644
--- a/gudev/gudevenumtypes.c.template
+++ b/gudev/gudevenumtypes.c.template
@@ -4,7 +4,7 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/