Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
c8ec3551
Commit
c8ec3551
authored
Apr 06, 2016
by
eric pellegrini
Browse files
updated build_deb.sh file
parent
19bafa61
Changes
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Debian/build_deb.sh
View file @
c8ec3551
...
...
@@ -65,13 +65,13 @@ cp MDANSE/GUI/Icons/mdanse.png ${DEBIAN_PIXMAPS_DIR}/
# Build the /usr/local/bin directory inside the debian root directory and copy the mdanse scripts inside
DEBIAN_BIN_DIR
=
${
DEBIAN_ROOT_DIR
}
/usr/local/bin
mkdir
-p
${
DEBIAN_BIN_DIR
}
cp
./mdanse/
build/scripts-2.7/
*
${
DEBIAN_BIN_DIR
}
/
cp
build/scripts-2.7/
*
${
DEBIAN_BIN_DIR
}
/
dos2unix
${
DEBIAN_BIN_DIR
}
/mdanse_
*
# Build the usr/local/lib/python2.7/dist-packages directory inside the debian root directory and copy the MDANSE package inside
DEBIAN_DIST_DIR
=
${
DEBIAN_ROOT_DIR
}
/usr/local/lib/python2.7/dist-packages
mkdir
-p
${
DEBIAN_DIST_DIR
}
cp
-r
./mdanse/
build/lib.linux-x86_64-2.7/MDANSE
${
DEBIAN_DIST_DIR
}
cp
-r
build/lib.linux-x86_64-2.7/MDANSE
${
DEBIAN_DIST_DIR
}
# also copy the localy installed ScientificPython and MMTK
cp
-r
/usr/local/lib/python2.7/dist-packages/Scientific
*
${
DEBIAN_DIST_DIR
}
cp
-r
/usr/local/lib/python2.7/dist-packages/MMTK
*
${
DEBIAN_DIST_DIR
}
...
...
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