diff options
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 535900d58..4fc4e67e3 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -324,8 +324,11 @@ tar - xz - " -# Automake requires that ChangeLog exist. -touch ChangeLog || exit 1 +bootstrap_post_import_hook () +{ + # Automake requires that ChangeLog exist. + touch ChangeLog || exit 1 +} bootstrap_epilogue() { |