add unix2dos for the windows files

This commit is contained in:
Mario Fetka 2011-06-24 20:37:17 +02:00
parent 6e59f848fe
commit bea2aab8bb
2 changed files with 3 additions and 1 deletions

View File

@ -11,3 +11,4 @@ FOR %%j IN (%Extn%) DO (
REG ADD %SC%\7-Zip.%%A\shell\open\command /VE /D "\"%PROGRAMFILES%\7-Zip\7zFM.exe\" \"%%1\"" /F
)
)

View File

@ -14,6 +14,7 @@ AMD64FILE=${AMD64##*/}
OUT=$(mktemp -d /tmp/output.XXXXXXXXXX) || { echo "Failed to create temp dir"; exit 1; }
mkdir $OUT/$PN
cp -Rv OPSI CLIENT_DATA $OUT/$PN
unix2dos $OUT/$PN/CLIENT_DATA/*
if [ -e /usr/portage/distfiles/$ICONFILE ]
then