From ab8e94b11c7a1ad4675b5105fc6887ea80086a26 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 4 Mar 2011 16:23:25 +0100 Subject: install: Stop installing rasmgr.conf to $(bindir) The rasmgr.conf file is already installed into (and used in) $(sysconfdir) aka -DCONFDIR="...", so there is no need to install it to $(bindir). --- bin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Makefile.am b/bin/Makefile.am index a9ad8a0..10c8a01 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -22,7 +22,7 @@ # ################################################################### -bin_SCRIPTS = start_rasdaman.sh stop_rasdaman.sh create_db.sh rasmgr.conf +bin_SCRIPTS = start_rasdaman.sh stop_rasdaman.sh create_db.sh EXTRA_DIST = stop_rasdaman.sh.in start_rasdaman.sh.in create_db.sh.in rasmgr.conf.in CLEANFILES = start_rasdaman.sh stop_rasdaman.sh create_db.sh rasmgr.conf dist_sysconf_DATA=rasmgr.conf -- cgit