[Genabel-commits] r1315 - pkg/ProbABEL/examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Aug 25 22:34:22 CEST 2013
Author: lckarssen
Date: 2013-08-25 22:34:22 +0200 (Sun, 25 Aug 2013)
New Revision: 1315
Modified:
pkg/ProbABEL/examples/Makefile.am
Log:
Minor change to the examples automake file. Now the scripts are installed correctly (with executable permissions)
Modified: pkg/ProbABEL/examples/Makefile.am
===================================================================
--- pkg/ProbABEL/examples/Makefile.am 2013-08-25 20:13:23 UTC (rev 1314)
+++ pkg/ProbABEL/examples/Makefile.am 2013-08-25 20:34:22 UTC (rev 1315)
@@ -29,13 +29,14 @@
mmscore_InvSigma_aj.sex.age.dat \
README
-example_SCRIPTS = example_qt.sh \
+example_scripts = example_qt.sh \
example_bt.sh \
example_cox.sh \
example_mmscore.sh
exampledir = $(pkgdatadir)/examples
dist_example_DATA = $(phenofiles) $(additional_files)
+dist_example_SCRIPTS = $(example_scripts)
gdatadir = $(pkgdatadir)/examples/gtdata
dist_gdata_DATA = $(genofiles)
More information about the Genabel-commits
mailing list