[Genabel-commits] r2045 - pkg/GenABEL-general/distrib_scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jan 20 10:35:09 CET 2016
Author: lckarssen
Date: 2016-01-20 10:35:09 +0100 (Wed, 20 Jan 2016)
New Revision: 2045
Modified:
pkg/GenABEL-general/distrib_scripts/makedistrib_GenABEL.sh
Log:
Summary: Fix bug in makedistrib_GenABEL.sh script
The option for makedistrib_GenABEL-tutorial.sh is called --noremovedeps, not --noremove.
Modified: pkg/GenABEL-general/distrib_scripts/makedistrib_GenABEL.sh
===================================================================
--- pkg/GenABEL-general/distrib_scripts/makedistrib_GenABEL.sh 2016-01-18 23:38:34 UTC (rev 2044)
+++ pkg/GenABEL-general/distrib_scripts/makedistrib_GenABEL.sh 2016-01-20 09:35:09 UTC (rev 2045)
@@ -128,7 +128,7 @@
echo "--------------------------------------------------"
echo "Building the GenABEL tutorial for inclusion in the package dir..."
echo "--------------------------------------------------"
- ${scriptdir}/makedistrib_GenABEL-tutorial.sh --noremove
+ ${scriptdir}/makedistrib_GenABEL-tutorial.sh --noremovedeps
echo
echo "Tutorial built, integrating it in the ${TUTDEST} directory..."
More information about the Genabel-commits
mailing list