#9433: Put more files under revision control.
-----------------------------+----------------------------------------------
Reporter: jhpalmieri | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.6
Component: distribution | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Changes (by leif):
* status: needs_review => needs_work
Comment:
{{{root-spkg-install}}} also needs work:
{{{
#!sh
...
if [ -e makefile ]; then
cp makefile "$TARGET"/Makefile
else
cp Makefile "$TARGET"
fi
if [ ! -d "$TARGET/skpg" ]; then
mkdir "$TARGET/spkg"
fi
if [ ! -d "$TARGET/skpg/standard" ]; then
mkdir "$TARGET/spkg/standard"
...
}}}
We'd better use {{{-f}}} than {{{-e}}}, {{{s/skpg/spkg/g}}}.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9433#comment:41>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.