From 520746058d336ffec5a2acdcb757a1d143457b6a Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 1 Jun 2009 23:42:06 +0100 Subject: Use move_and_remove everywhere And ensure parent directories are removed, where appropriate --- pst/install-4cd-minimal.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pst/install-4cd-minimal.sh') diff --git a/pst/install-4cd-minimal.sh b/pst/install-4cd-minimal.sh index 8ee12dd..1bcb07b 100755 --- a/pst/install-4cd-minimal.sh +++ b/pst/install-4cd-minimal.sh @@ -30,8 +30,7 @@ mkdir -p "$TARGETDIR" || die unshield -L x "${CDMOUNT}/data1.cab" -d "$TARGETDIR" || die -cp -R "${TARGETDIR}/program_executable_files/"* "$TARGETDIR" || die -rm -r "${TARGETDIR}/program_executable_files" +move_and_remove "${TARGETDIR}/program_executable_files/" "$TARGETDIR" cp "${CDMOUNT}/torment.ico" "$TARGETDIR" || die -- cgit v1.2.3