* commit 'b24ee05ba02eb77494622680e14352b16da51149': unix2dos command, used by win SDK, has been renamed under Lucid.
This commit is contained in:
@@ -30,7 +30,7 @@ WIN_OUT_DIR=$2
|
|||||||
TOPDIR=${TOPDIR:-$3}
|
TOPDIR=${TOPDIR:-$3}
|
||||||
|
|
||||||
# The unix2dos is provided by the APT package "tofrodos". However
|
# The unix2dos is provided by the APT package "tofrodos". However
|
||||||
# as for ubuntu lucid, the package renamed the command to "todos".
|
# as of ubuntu lucid, the package renamed the command to "todos".
|
||||||
UNIX2DOS=`which unix2dos`
|
UNIX2DOS=`which unix2dos`
|
||||||
if [[ ! -x $UNIX2DOS ]]; then
|
if [[ ! -x $UNIX2DOS ]]; then
|
||||||
UNIX2DOS=`which todos`
|
UNIX2DOS=`which todos`
|
||||||
@@ -115,3 +115,4 @@ ${TOPDIR}sdk/build/patch_windows_sdk.sh $Q ${TEMP_SDK_DIR} ${WIN_OUT_DIR} ${TOPD
|
|||||||
for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do
|
for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do
|
||||||
cp -f $V $WIN_OUT_DIR/host/windows-x86/bin/$i $TEMP_SDK_DIR/../$i
|
cp -f $V $WIN_OUT_DIR/host/windows-x86/bin/$i $TEMP_SDK_DIR/../$i
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user