[med-svn] [vista-foia] 01/01: Now copying all the M routines in new deployments.
Luis Ibanez
luisibanez-guest at moszumanska.debian.org
Sun Feb 2 03:08:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
luisibanez-guest pushed a commit to branch master
in repository vista-foia.
commit a0275bcdc059e74493499ed830fab603e22c8c75
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date: Sat Feb 1 22:06:17 2014 -0500
Now copying all the M routines in new deployments.
As a quick way to address the lack of write permission for .o files
in the template installation that the vista-foia package makes in
/usr/share/vista-foia.
In principle we could avoid this duplication of routines by precompiling
the proper .m files and placing them in a shared library.
---
debian/deploy/createVistaInstance.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/deploy/createVistaInstance.sh b/debian/deploy/createVistaInstance.sh
index 4f7cda7..2c05e35 100755
--- a/debian/deploy/createVistaInstance.sh
+++ b/debian/deploy/createVistaInstance.sh
@@ -118,6 +118,9 @@ su $instance -c "mkdir -p $basedir/{p,p/$gtmver,s,s/$gtmver,r,r/$gtmver,g,j,etc,
su $instance -c "cp -R $vista_dir/g/database.gld $basedir/g/${instance}.gld"
su $instance -c "cp -R $vista_dir/g/database.dat $basedir/g/${instance}.dat"
+# Copy routines from installation
+su $instance -c "cp -R $vista_dir/r $basedir"
+
# Copy standard etc and bin items from repo
su $instance -c "cp -R $vista_instance_template/etc $basedir"
su $instance -c "cp -R $vista_instance_template/bin $basedir"
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/vista-foia.git
More information about the debian-med-commit
mailing list