aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/dist.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/actions/dist.bash')
-rw-r--r--lib/actions/dist.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/actions/dist.bash b/lib/actions/dist.bash
index 137576d..434c981 100644
--- a/lib/actions/dist.bash
+++ b/lib/actions/dist.bash
@@ -45,6 +45,9 @@ action() {
# Include the component sources
dist_include "/src"
+ # Set the SOURCE_DATE_EPOCH for the installation phase
+ printf "%d\n" "$SOURCE_DATE_EPOCH" > "$WORKDIR/etc/epoch.txt"
+
# Add a MANIFEST.txt
chgdir "$WORKDIR"
touch MANIFEST.txt