mirror of
https://github.com/ShaYmez/ambed-debian-installer.git
synced 2025-02-03 09:44:27 -05:00
updated x32
This commit is contained in:
parent
f6b9c3aa4c
commit
13dd519b1c
@ -62,14 +62,14 @@ then
|
|||||||
cp libftd2xx.* /usr/local/lib
|
cp libftd2xx.* /usr/local/lib
|
||||||
chmod 0755 /usr/local/lib/libftd2xx.so.1.4.22
|
chmod 0755 /usr/local/lib/libftd2xx.so.1.4.22
|
||||||
ln -sf /usr/local/lib/libftd2xx.so.1.4.22 /usr/local/lib/libftd2xx.so
|
ln -sf /usr/local/lib/libftd2xx.so.1.4.22 /usr/local/lib/libftd2xx.so
|
||||||
elif [ $ARC = x86_32 ]
|
elif [ $ARC = i686 ]
|
||||||
then
|
then
|
||||||
wget $X32
|
wget $X32
|
||||||
tar xfvz libftd2xx-i386-1.4.6.tgz
|
tar xfvz libftd2xx-i386-1.4.6.tgz
|
||||||
cd release/build
|
cd release/build
|
||||||
cp libftd2xx.* /usr/local/lib
|
cp libftd2xx.* /usr/local/lib
|
||||||
chmod 0755 /usr/local/lib/libftd2xx.so.1.4.6
|
chmod 0755 /usr/local/lib/libftd2xx.so.1.4.6
|
||||||
ln -sf /usr/local/lib/libftd2xx.so.1.4.6 /usr/local/lib/libftd2xx.so
|
ln -sf /usr/local/lib/libftd2xx.so.1.4.6 /usr/local/lib/libftd2xx.so
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "------------------------------------------------------------------------------"
|
echo "------------------------------------------------------------------------------"
|
||||||
|
Loading…
Reference in New Issue
Block a user