summaryrefslogtreecommitdiff
path: root/components/source-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'components/source-hooks')
-rwxr-xr-xcomponents/source-hooks2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/source-hooks b/components/source-hooks
index 32be58bed..672b53f3e 100755
--- a/components/source-hooks
+++ b/components/source-hooks
@@ -80,7 +80,7 @@ def main():
hooks = glob.glob('config/hooks/*.hook') + glob.glob('config/hooks/*.hook.source')
- for hook in hooks:
+ for hook in sorted(hooks):
if verbose:
print('I: Copying config/hooks/*.hook.source to source/live-build')