From 1caae7b13e4c065a4702f425523695e1f0634944 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 28 Jan 2012 19:17:23 +0100 Subject: [PATCH] unix2dos not dos2unix --- lib/builder-targets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/builder-targets.sh b/lib/builder-targets.sh index 8a5b81c..0de8618 100644 --- a/lib/builder-targets.sh +++ b/lib/builder-targets.sh @@ -141,7 +141,7 @@ builder_create() { # Copy files and convert text files to dos format cp -Rv ${PRODUCT_DIR}/OPSI $INST_DIR cp -Rv ${PRODUCT_DIR}/CLIENT_DATA $INST_DIR - find $INST_DIR/CLIENT_DATA -type f | xargs -n1 -iREP sh -c 'file -i $0 | grep "text/plain" && dos2unix $0' REP + find $INST_DIR/CLIENT_DATA -type f | xargs -n1 -iREP sh -c 'file -i $0 | grep "text/plain" && unix2dos $0' REP # converting icon file local iconfile_src=${DIST_FILE[$ICON_FILE_INDEX]}