Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
PortWINE-old
Commits
463ff4c5
Commit
463ff4c5
authored
May 21, 2020
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add chmod 755 -R
parent
95b2ae0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
PortNAME-XX
portwine_install_script/PortNAME-XX
+3
-2
No files found.
portwine_install_script/PortNAME-XX
View file @
463ff4c5
...
@@ -128,10 +128,11 @@ read "update_loc" < "${config_path}/${portname}_loc"
...
@@ -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
+16
6
"
${
links
}
/
${
setup_script
}
"
>
"
${
PORT_WINE_PATH
}
/
${
ARCH_NAME
}
"
tail
-n
+16
7
"
${
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,16
5
p
"
${
links
}
/
${
setup_script
}
"
>
"
${
PORT_WINE_PATH
}
/data/tmp/
${
setup_script
}
"
sed
-n
1,16
6
p
"
${
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
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment