mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Copy Ryzom Installer in parent directory if present
This commit is contained in:
parent
927d66ed5d
commit
0c2ff9d8ee
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_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
|
||||
|
|
Loading…
Reference in a new issue