[libshumate/tintou/reproducible] enum-types: Use basename instead of filename
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libshumate/tintou/reproducible] enum-types: Use basename instead of filename
- Date: Mon, 1 Aug 2022 09:51:35 +0000 (UTC)
commit f01b00e8a01294a4d190ba474fd57b1b6f61e4d6
Author: Chris Lamb <lamby debian org>
Date: Mon Aug 1 11:50:27 2022 +0200
enum-types: Use basename instead of filename
Allows the build to be fully reproducible as we do not need the
full build path there.
Closes #51
shumate/shumate-enum-types.c.in | 2 +-
shumate/shumate-enum-types.h.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shumate/shumate-enum-types.c.in b/shumate/shumate-enum-types.c.in
index d52de5d..932a03d 100644
--- a/shumate/shumate-enum-types.c.in
+++ b/shumate/shumate-enum-types.c.in
@@ -3,7 +3,7 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
diff --git a/shumate/shumate-enum-types.h.in b/shumate/shumate-enum-types.h.in
index e46ed44..33cdfa2 100644
--- a/shumate/shumate-enum-types.h.in
+++ b/shumate/shumate-enum-types.h.in
@@ -9,7 +9,7 @@ G_BEGIN_DECLS
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]