From 909c34ab2b895fb7c7120e5f03160fda1577f1c5 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 2 Feb 2026 11:58:29 -0500 Subject: [PATCH] Reorder dist_bin_SCRIPTS Signed-off-by: Hugo Villeneuve --- scripts/Makefile.am | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 956b8b2..863972c 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -5,41 +5,41 @@ dist_bin_SCRIPTS = \ avi2mp4 \ cd-erase cd-copy media-write \ cgrep \ - pstopdf \ dos2unix \ fix-avi \ + flac2ogg flac2mp3 \ + git-repos-update-clean \ gztobz2 tarbz2 \ hv-backup \ + hvpdf-rotate \ + hv-resize \ + hv-rsync.sh \ + hv-scan \ hv-video-dvd \ - iso8859-to-utf8.sh \ - kernel-send-patches.sh \ - mail-files mail-if-fail mail-statistics \ - replace.pl \ - rotatelogs \ - setdate \ - strip-debug-symbols \ - tildes-clean \ hvk-common.sh \ hvk-compile.sh \ hvk-compile-sendpatch.sh \ hvk-configure.sh \ hvk-debug.sh \ + hvk-dt.sh \ hvk-init.sh \ hvk-rebase.sh \ hvk-save-defconfig.sh \ - hvk-dt.sh \ hvk-select.sh \ hvk-x86.sh \ - git-repos-update-clean \ - source-code-stats \ + iso8859-to-utf8.sh \ + kernel-send-patches.sh \ + mail-files mail-if-fail mail-statistics \ + pstopdf \ reindent-allman.sh \ reindent-linux.sh \ - flac2ogg flac2mp3 \ - hv-scan \ - hvpdf-rotate \ - hv-resize \ - hv-rsync.sh \ - tape-backup tape-backup-mult tape-list tape-restore + replace.pl \ + rotatelogs \ + setdate \ + source-code-stats \ + strip-debug-symbols \ + tape-backup tape-backup-mult tape-list tape-restore \ + tildes-clean # Install scripts in $(sysconfdir) and distribute them. skeldir = $(sysconfdir)/skel -- 2.47.3