Changed: Copy Ryzom Installer in parent directory if present
--HG-- branch : develop
This commit is contained in:
parent
a70b4d2613
commit
7a0a35586a
1 changed files with 7 additions and 0 deletions
|
@ -13,4 +13,11 @@ chmod +x "$ROOTPATH/ryzom_client_patcher"
|
||||||
chmod +x "$ROOTPATH/ryzom_configuration_qt"
|
chmod +x "$ROOTPATH/ryzom_configuration_qt"
|
||||||
chmod +x "$ROOTPATH/ryzom_installer_qt"
|
chmod +x "$ROOTPATH/ryzom_installer_qt"
|
||||||
|
|
||||||
|
# copy Ryzom Installer if present in parent directory
|
||||||
|
if [ -e "$ROOTPATH/../ryzom_installer_qt" ]
|
||||||
|
then
|
||||||
|
rm -f "$ROOTPATH/../ryzom_installer_qt"
|
||||||
|
cp -a "$ROOTPATH/ryzom_installer_qt" "$ROOTPATH/.."
|
||||||
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue