forked from CastroFidel/PortWINE
Add chmod 755 -R
This commit is contained in:
parent
95b2ae0ed0
commit
463ff4c58e
@ -128,10 +128,11 @@ read "update_loc" < "${config_path}/${portname}_loc"
|
|||||||
export update_loc=${update_loc}
|
export update_loc=${update_loc}
|
||||||
########################################################################
|
########################################################################
|
||||||
cd "${PORT_WINE_PATH}"
|
cd "${PORT_WINE_PATH}"
|
||||||
tail -n +166 "${links}/${setup_script}" > "${PORT_WINE_PATH}/${ARCH_NAME}"
|
tail -n +167 "${links}/${setup_script}" > "${PORT_WINE_PATH}/${ARCH_NAME}"
|
||||||
tar -Jxvf "${PORT_WINE_PATH}/${ARCH_NAME}" -C "${PORT_WINE_PATH}/" | zen
|
tar -Jxvf "${PORT_WINE_PATH}/${ARCH_NAME}" -C "${PORT_WINE_PATH}/" | zen
|
||||||
|
chmod 755 -R "${PORT_WINE_PATH}"
|
||||||
mv -f "${PORT_WINE_PATH}/${ARCH_NAME}" "${PORT_WINE_PATH}/data/tmp"
|
mv -f "${PORT_WINE_PATH}/${ARCH_NAME}" "${PORT_WINE_PATH}/data/tmp"
|
||||||
sed -n 1,165p "${links}/${setup_script}" > "${PORT_WINE_PATH}/data/tmp/${setup_script}"
|
sed -n 1,166p "${links}/${setup_script}" > "${PORT_WINE_PATH}/data/tmp/${setup_script}"
|
||||||
########################################################################
|
########################################################################
|
||||||
if [ -d "${PORT_GAMEDIR}_old" ];then
|
if [ -d "${PORT_GAMEDIR}_old" ];then
|
||||||
rm -fR "${PORT_GAMEDIR}"
|
rm -fR "${PORT_GAMEDIR}"
|
||||||
|
Loading…
Reference in New Issue
Block a user