Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
987156af
Commit
987156af
authored
Jun 15, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uncommented final copying files
parent
d5808cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
install_and_patch_veditor.sh
install_and_patch_veditor.sh
+4
-4
No files found.
install_and_patch_veditor.sh
View file @
987156af
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# Additional permission under GNU GPL version 3 section 7:
# Additional permission under GNU GPL version 3 section 7:
# If you modify this Program, or any covered work, by linking or combining it
# If you modify this Program, or any covered work, by linking or combining it
# with Eclipse or Eclipse plugins (or a modified version of those libraries),
# with Eclipse or Eclipse plugins (or a modified version of those libraries),
...
@@ -33,7 +33,7 @@ INITIAL_DIRECTORY=`pwd`
...
@@ -33,7 +33,7 @@ INITIAL_DIRECTORY=`pwd`
if
[
!
-f
"
$PATCH_FILE
"
]
;
then
if
[
!
-f
"
$PATCH_FILE
"
]
;
then
echo
"Patch file
$INITIAL_DIRECTORY
/
$PATCH_FILE
is not found"
echo
"Patch file
$INITIAL_DIRECTORY
/
$PATCH_FILE
is not found"
exit
1
exit
1
fi
fi
if
[
!
-d
"
$TMPDIR
"
]
;
then
if
[
!
-d
"
$TMPDIR
"
]
;
then
mkdir
"
$TMPDIR
"
mkdir
"
$TMPDIR
"
fi
fi
...
@@ -44,7 +44,7 @@ cp -v "$PATCH_FILE" "$TMPDIR"
...
@@ -44,7 +44,7 @@ cp -v "$PATCH_FILE" "$TMPDIR"
cd
"
$TMPDIR
"
cd
"
$TMPDIR
"
if
[
!
-d
"
$GITREPO
"
]
;
then
if
[
!
-d
"
$GITREPO
"
]
;
then
git clone
"
$GITURL
"
git clone
"
$GITURL
"
fi
fi
mkdir
-p
vdt-veditor/src/com/elphel/vdt/core/launching
mkdir
-p
vdt-veditor/src/com/elphel/vdt/core/launching
#Different structure of the files generated by JavaCC, manual copying
#Different structure of the files generated by JavaCC, manual copying
mkdir
-p
vdt-veditor/_generated/com/elphel/vdt/veditor/parser/verilog
mkdir
-p
vdt-veditor/_generated/com/elphel/vdt/veditor/parser/verilog
...
@@ -74,7 +74,7 @@ find vdt-veditor -name ".svn" -exec rm -rf {} \;
...
@@ -74,7 +74,7 @@ find vdt-veditor -name ".svn" -exec rm -rf {} \;
patch
-p0
<
"
$PATCH_FILE
"
patch
-p0
<
"
$PATCH_FILE
"
#
cp -v -r vdt-veditor/* "$INITIAL_DIRECTORY"
cp
-v
-r
vdt-veditor/
*
"
$INITIAL_DIRECTORY
"
cd
"
$INITIAL_DIRECTORY
"
cd
"
$INITIAL_DIRECTORY
"
pwd
pwd
exit
0
exit
0
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