mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-26 16:56:19 +00:00
Changed: Copy Ryzom Installer in parent directory if present
This commit is contained in:
parent
7c8e0cd185
commit
9820a4a839
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