add unix2dos for the windows files
This commit is contained in:
parent
6e59f848fe
commit
bea2aab8bb
@ -10,4 +10,5 @@ FOR %%j IN (%Extn%) DO (
|
||||
REG ADD %SC%\7-Zip.%%A\DefaultIcon /VE /D "%PROGRAMFILES%\7-Zip\7z.dll,%%B" /F
|
||||
REG ADD %SC%\7-Zip.%%A\shell\open\command /VE /D "\"%PROGRAMFILES%\7-Zip\7zFM.exe\" \"%%1\"" /F
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
1
build.sh
1
build.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user