last-svn-commit-176-g29c2a51 Fix the generation of the sps scripts.

* python/Makefile.am (sps, sps-local): Remove a stray slash. Fix permissions. --- swilena/ChangeLog | 7 +++++++ swilena/python/Makefile.am | 3 ++- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/swilena/ChangeLog b/swilena/ChangeLog index c6fd900..539284d 100644 --- a/swilena/ChangeLog +++ b/swilena/ChangeLog @@ -1,3 +1,10 @@ +2010-01-06 Roland Levillain <roland@lrde.epita.fr> + + Fix the generation of the sps scripts. + + * python/Makefile.am (sps, sps-local): Remove a stray slash. + Fix permissions. + 2010-05-28 Roland Levillain <roland@lrde.epita.fr> Generate python/data.py. diff --git a/swilena/python/Makefile.am b/swilena/python/Makefile.am index cd02746..a3b883c 100644 --- a/swilena/python/Makefile.am +++ b/swilena/python/Makefile.am @@ -329,7 +329,8 @@ sps sps-local: Makefile $(srcdir)/sps-common.in rm -f $@ $@.tmp srcdir=''; \ test -f ./$@.in || srcdir=$(srcdir)/; \ - cp $${srcdir}/sps-common.in $@.tmp; \ + cp $${srcdir}sps-common.in $@.tmp; \ + chmod u+w $@.tmp; \ $(edit) $${srcdir}$@.in >>$@.tmp chmod +x $@.tmp chmod a-w $@.tmp -- 1.5.6.5
participants (1)
-
Roland Levillain