From aa189eaa8c75393fdb96324d255773fb9621dec5 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Mon, 23 Oct 2006 23:22:16 +0000 Subject: removed unnecessary sanity check (never worked anyway) git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@180 880c04e9-e011-0410-abf7-b926e227c9cd --- mkinitcpio | 3 --- 1 file changed, 3 deletions(-) diff --git a/mkinitcpio b/mkinitcpio index 61ace57..90eef75 100644 --- a/mkinitcpio +++ b/mkinitcpio @@ -139,9 +139,6 @@ if [ -f "${FILELIST}" -a "x${APPEND}" == "x" ]; then echo "destination file list '${FILELIST}' exists - remove before running" exit 1 fi -elif [ -f "${DESTIMG}" ]; then - echo "destination image '${DESTIMG}' exists - remove before running" - exit 1 else touch "${FILELIST}" fi -- cgit v1.2.3-24-g4f1b