From e3cf9793cb04760964f85780f65f68d554695989 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 15 Mar 2013 14:50:06 -0500 Subject: [PATCH] move: *-finish.sh scripts to lib Signed-off-by: Robert Nelson --- {scripts => lib}/debian-finish.sh | 0 {scripts => lib}/ubuntu-finish.sh | 0 mk_mmc.sh | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename {scripts => lib}/debian-finish.sh (100%) rename {scripts => lib}/ubuntu-finish.sh (100%) diff --git a/scripts/debian-finish.sh b/lib/debian-finish.sh similarity index 100% rename from scripts/debian-finish.sh rename to lib/debian-finish.sh diff --git a/scripts/ubuntu-finish.sh b/lib/ubuntu-finish.sh similarity index 100% rename from scripts/ubuntu-finish.sh rename to lib/ubuntu-finish.sh diff --git a/mk_mmc.sh b/mk_mmc.sh index 64ff7be..3e2b9e8 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -954,12 +954,12 @@ function initrd_preseed_settings { cd ${TEMPDIR}/initrd-tree/ case "${DIST}" in oneiric|precise|quantal) - cp -v "${DIR}/scripts/ubuntu-finish.sh" ${TEMPDIR}/initrd-tree/etc/finish-install.sh + cp -v "${DIR}/lib/ubuntu-finish.sh" ${TEMPDIR}/initrd-tree/etc/finish-install.sh flash_kernel flash_kernel_base_installer ;; squeeze|wheezy) - cp -v "${DIR}/scripts/debian-finish.sh" ${TEMPDIR}/initrd-tree/etc/finish-install.sh + cp -v "${DIR}/lib/debian-finish.sh" ${TEMPDIR}/initrd-tree/etc/finish-install.sh ;; esac