[Genabel-commits] r1487 - pkg/ProbABEL/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 19 22:07:19 CET 2013
Author: lckarssen
Date: 2013-12-19 22:07:19 +0100 (Thu, 19 Dec 2013)
New Revision: 1487
Modified:
pkg/ProbABEL/src/Makefile.am
Log:
Don't install the extIDS.pl script in $prefix/bin as it is actually more an example script than something all users need.
Another patch for ProbABEL by the Deban uploader (still me ;-)).
Modified: pkg/ProbABEL/src/Makefile.am
===================================================================
--- pkg/ProbABEL/src/Makefile.am 2013-12-19 15:08:01 UTC (rev 1486)
+++ pkg/ProbABEL/src/Makefile.am 2013-12-19 21:07:19 UTC (rev 1487)
@@ -80,11 +80,11 @@
extract_snp_SOURCES = extract-snp.cpp $(FVSRC) $(FVHEADERS)
## Install these scripts in the bin directory as well:
-dist_bin_SCRIPTS = probabel.pl extIDS.pl
+dist_bin_SCRIPTS = probabel.pl
## Install this R script in the examples directory
scriptdir = $(pkgdatadir)/scripts
-dist_script_DATA = prepare_data.R
+dist_script_DATA = prepare_data.R extIDS.pl
## Install the config file
dist_sysconf_DATA = probabel_config.cfg.example
@@ -95,3 +95,7 @@
$(DESTDIR)$(bindir)/probabel.pl
$(SED) -i "s;\./;@bindir@/;" $(DESTDIR)$(bindir)/probabel.pl
$(SED) -i "s;PROBABEL_VERSION;@VERSION@;" $(DESTDIR)$(bindir)/probabel.pl
+
+## Make the script executable
+install-data-hook:
+ chmod a+rx $(DESTDIR)/$(scriptdir)/extIDS.pl
More information about the Genabel-commits
mailing list