From ae804c671323e1d590acb85752eba5e67b355231 Mon Sep 17 00:00:00 2001 From: Carl N Baldwin Date: Thu, 27 Oct 2005 13:26:58 -0600 Subject: [PATCH] Rename drive.sh to pack-image.sh --- scripts/Makefile.am | 2 +- scripts/{drive.sh => pack-image.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{drive.sh => pack-image.sh} (100%) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index ba618aa..852a3c0 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,5 +1,5 @@ bin_SCRIPTS = \ - drive.sh \ + pack-image.sh \ files-from-date.sh \ list-dates.sh \ restore-script.sh \ diff --git a/scripts/drive.sh b/scripts/pack-image.sh similarity index 100% rename from scripts/drive.sh rename to scripts/pack-image.sh -- 2.34.1